Package version:

Interface FileShareRecommendations

Constants used for calculating recommended provisioned IOPS and bandwidth for a file share in the storage account.

interface FileShareRecommendations {
    bandwidthScalar?: number;
    baseBandwidthMiBPerSec?: number;
    baseIops?: number;
    ioScalar?: number;
}

Properties

bandwidthScalar?: number

The scalar for bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.

baseBandwidthMiBPerSec?: number

The base bandwidth in the file share provisioned bandwidth recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.

baseIops?: number

The base IOPS in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.

ioScalar?: number

The scalar for IO in the file share provisioned IOPS recommendation formula. NOTE: This property will not be serialized. It can only be populated by the server.