Language

ShareStatistics Class

Definition

Stats for the share.

public class ShareStatistics
public class ShareStatistics : System.ClientModel.Primitives.IPersistableModel<Azure.Storage.Files.Shares.Models.ShareStatistics>
type ShareStatistics = class
type ShareStatistics = class
    interface IPersistableModel<ShareStatistics>
Public Class ShareStatistics
Public Class ShareStatistics
Implements IPersistableModel(Of ShareStatistics)
Inheritance
ShareStatistics
Implements

Properties

Name Description
ShareUsageInBytes

The approximate size of the data stored in bytes, rounded up to the nearest gigabyte. Note that this value may not include all recently created or recently resized files.

Methods

Name Description
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to ShareStatistics)

Explicit Interface Implementations

Name Description
IPersistableModel<ShareStatistics>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ShareStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ShareStatistics>.Write(ModelReaderWriterOptions)

Applies to