StorageInfo class

StorageInfo encapsulates all the storage info of a resource.

Constructors

StorageInfo.new({BlobStorageInfo? blobStorageInfo, String? referencedResource, StructuredStorageInfo? structuredStorageInfo})
StorageInfo.fromJson(Map json_)

Properties

blobStorageInfo BlobStorageInfo?
Info about the data stored in blob storage for the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
referencedResource String?
The resource whose storage info is returned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structuredStorageInfo StructuredStorageInfo?
Info about the data stored in structured storage for the resource.
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