PureStorageSpaceUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage space usage.
public class PureStorageSpaceUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageSpaceUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PureStorageBlock.Models.PureStorageSpaceUsage>
type PureStorageSpaceUsage = class
interface IJsonModel<PureStorageSpaceUsage>
interface IPersistableModel<PureStorageSpaceUsage>
Public Class PureStorageSpaceUsage
Implements IJsonModel(Of PureStorageSpaceUsage), IPersistableModel(Of PureStorageSpaceUsage)
- Inheritance
-
PureStorageSpaceUsage
- Implements
Properties
Shared |
Space occupied by duplicated data, meaning data shared with other volumes and snapshots as a result of data deduplication, in bytes. |
Snapshots |
Space occupied by data unique to one or more snapshots, in bytes. |
TotalUsed |
Total space occupied by customer data (i.e., being billed for), in bytes. |
Unique |
Unique space occupied by customer data, in bytes; for a volume, this is the amount of storage that would be freed by deleting the volume, since snapshot and shared data would be kept. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PureStorageSpaceUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PureStorageSpaceUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PureStorageSpaceUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PureStorageSpaceUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PureStorageSpaceUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |