Hl7V2StoreMetric class

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

Constructors

Hl7V2StoreMetric({String? count, String? messageType, String? structuredStorageSizeBytes})
Hl7V2StoreMetric.fromJson(Map json_)

Properties

count String?
The total count of HL7v2 messages in the store for the given message type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageType String?
The Hl7v2 message type this metric applies to, such as ADT or ORU.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structuredStorageSizeBytes String?
The total amount of structured storage used by HL7v2 messages of this message type in the store.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited