Package version:

Interface ShareSetPropertiesHeaders

Defines headers for Share_setProperties operation.

interface ShareSetPropertiesHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    includedBurstIops?: number;
    lastModified?: Date;
    maxBurstCreditsForIops?: number;
    nextAllowedProvisionedBandwidthDowngradeTime?: Date;
    nextAllowedProvisionedIopsDowngradeTime?: Date;
    nextAllowedQuotaDowngradeTime?: Date;
    provisionedBandwidthMibps?: number;
    provisionedIops?: number;
    quota?: number;
    requestId?: string;
    version?: string;
}

Properties

date?: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

errorCode?: string

Error Code

etag?: string

The ETag contains a value that you can use to perform operations conditionally, in quotes.

includedBurstIops?: number

Return the calculated burst IOPS of the share.

lastModified?: Date

Returns the date and time the share was last modified. Any operation that modifies the share or its properties updates the last modified time. Operations on files do not affect the last modified time of the share.

maxBurstCreditsForIops?: number

Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.

nextAllowedProvisionedBandwidthDowngradeTime?: Date

Returns the current share next allowed provisioned bandwidth downgrade time.

nextAllowedProvisionedIopsDowngradeTime?: Date

Returns the current share next allowed provisioned iops downgrade time.

nextAllowedQuotaDowngradeTime?: Date

Returns the current share next allowed quota downgrade time.

provisionedBandwidthMibps?: number

Returns the current share provisioned bandwidth in mebibytes per second.

provisionedIops?: number

Returns the current share provisioned ipos.

quota?: number

Returns the current share quota in GB.

requestId?: string

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version?: string

Indicates the version of the File service used to execute the request.