Class SeriesMetrics
SeriesMetrics contains metrics describing a DICOM series.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class SeriesMetrics : IDirectResponseSchema
Properties
BlobStorageSizeBytes
Total blob storage bytes for all instances in the series.
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 series.
Declaration
[JsonProperty("instanceCount")]
public virtual long? InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Series
The series resource path. For example,
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}/series/{series_uid}
.
Declaration
[JsonProperty("series")]
public virtual string Series { get; set; }
Property Value
Type | Description |
---|---|
string |
StructuredStorageSizeBytes
Total structured storage bytes for all instances in the series.
Declaration
[JsonProperty("structuredStorageSizeBytes")]
public virtual long? StructuredStorageSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |