BlobStorageInfo class

BlobStorageInfo contains details about the data stored in Blob Storage for the referenced resource.

Note: Storage class is only valid for DICOM and hence will only be populated for DICOM resources.

Constructors

BlobStorageInfo.new({String? sizeBytes, String? storageClass, String? storageClassUpdateTime})
BlobStorageInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes String?
Size in bytes of data stored in Blob Storage.
getter/setter pair
storageClass String?
The storage class in which the Blob data is stored. Possible string values are:
getter/setter pair
storageClassUpdateTime String?
The time at which the storage class was updated.
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