Package version:

Interface AccountUsageElements

Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.

interface AccountUsageElements {
    fileShareCount?: number;
    provisionedBandwidthMiBPerSec?: number;
    provisionedIops?: number;
    provisionedStorageGiB?: number;
}

Properties

fileShareCount?: number

The total number of file shares. NOTE: This property will not be serialized. It can only be populated by the server.

provisionedBandwidthMiBPerSec?: number

The total provisioned bandwidth in mebibytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

provisionedIops?: number

The total provisioned IOPS. NOTE: This property will not be serialized. It can only be populated by the server.

provisionedStorageGiB?: number

The total provisioned storage quota in gibibytes. NOTE: This property will not be serialized. It can only be populated by the server.