Class FhirStoreMetric
Count of resources and total storage size by type for a given FHIR store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class FhirStoreMetric : IDirectResponseSchema
Properties
Count
The total count of FHIR resources in the store of this resource type.
Declaration
[JsonProperty("count")]
public virtual long? Count { 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 |
ResourceType
The FHIR resource type this metric applies to.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
StructuredStorageSizeBytes
The total amount of structured storage used by FHIR resources of this resource type in the store.
Declaration
[JsonProperty("structuredStorageSizeBytes")]
public virtual long? StructuredStorageSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |