DicomStoreMetrics class

DicomStoreMetrics contains metrics describing a DICOM store.

Constructors

DicomStoreMetrics({String? blobStorageSizeBytes, String? instanceCount, String? name, String? seriesCount, String? structuredStorageSizeBytes, String? studyCount})
DicomStoreMetrics.fromJson(Map json_)

Properties

blobStorageSizeBytes String?
Total blob storage bytes for all instances in the store.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceCount String?
Number of instances in the store.
getter/setter pair
name String?
Resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seriesCount String?
Number of series in the store.
getter/setter pair
structuredStorageSizeBytes String?
Total structured storage bytes for all instances in the store.
getter/setter pair
studyCount String?
Number of studies 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