Package version:

Defines headers for Share_create operation.

interface ShareCreateHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    lastModified?: Date;
    maxBurstCreditsForIops?: number;
    quota?: number;
    requestId?: string;
    shareIncludedBurstIops?: number;
    shareProvisionedBandwidthMibps?: number;
    shareProvisionedIops?: number;
    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 which represents the version of the share, in quotes.

lastModified?: Date

Returns the date and time the share was last modified. Any operation that modifies the share or its properties or metadata 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.

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.

shareIncludedBurstIops?: number

Returns the calculated burst IOPS of the share.

shareProvisionedBandwidthMibps?: number

The provisioned throughput of the share.

shareProvisionedIops?: number

The provisioned IOPS of the share.

version?: string

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