Show / Hide Table of Contents

Class FhirStoreMetric

Count of resources and total storage size by type for a given FHIR store.

Inheritance
object
FhirStoreMetric
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.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX