FhirStoreMetric class

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

Constructors

FhirStoreMetric({String? count, String? resourceType, String? structuredStorageSizeBytes})
FhirStoreMetric.fromJson(Map json_)

Properties

count String?
The total count of FHIR resources in the store of this resource type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceType String?
The FHIR resource type this metric applies to.
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 FHIR resources of this resource 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