Show / Hide Table of Contents

Class Hl7V2StoreMetric

Count of messages and total storage size by type for a given HL7 store.

Inheritance
object
Hl7V2StoreMetric
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX