Show / Hide Table of Contents

Class DicomStoreMetrics

DicomStoreMetrics contains metrics describing a DICOM store.

Inheritance
object
DicomStoreMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DicomStoreMetrics : IDirectResponseSchema

Properties

BlobStorageSizeBytes

Total blob storage bytes for all instances in the store.

Declaration
[JsonProperty("blobStorageSizeBytes")]
public virtual long? BlobStorageSizeBytes { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceCount

Number of instances in the store.

Declaration
[JsonProperty("instanceCount")]
public virtual long? InstanceCount { get; set; }
Property Value
Type Description
long?

Name

Resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SeriesCount

Number of series in the store.

Declaration
[JsonProperty("seriesCount")]
public virtual long? SeriesCount { get; set; }
Property Value
Type Description
long?

StructuredStorageSizeBytes

Total structured storage bytes for all instances in the store.

Declaration
[JsonProperty("structuredStorageSizeBytes")]
public virtual long? StructuredStorageSizeBytes { get; set; }
Property Value
Type Description
long?

StudyCount

Number of studies in the store.

Declaration
[JsonProperty("studyCount")]
public virtual long? StudyCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX