Class Hl7V2StoreMetric
Count of messages and total storage size by type for a given HL7 store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class Hl7V2StoreMetric : IDirectResponseSchema
Properties
Count
The total count of HL7v2 messages in the store for the given message 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 |
MessageType
The Hl7v2 message type this metric applies to, such as ADT
or ORU
.
Declaration
[JsonProperty("messageType")]
public virtual string MessageType { get; set; }
Property Value
Type | Description |
---|---|
string |
StructuredStorageSizeBytes
The total amount of structured storage used by HL7v2 messages of this message type in the store.
Declaration
[JsonProperty("structuredStorageSizeBytes")]
public virtual long? StructuredStorageSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |