Package version:

Interface ShareGetPropertiesHeaders

Defines headers for Share_getProperties operation.

interface ShareGetPropertiesHeaders {
    accessTier?: string;
    accessTierChangeTime?: Date;
    accessTierTransitionState?: string;
    date?: Date;
    enabledProtocols?: string;
    enableSnapshotVirtualDirectoryAccess?: boolean;
    errorCode?: string;
    etag?: string;
    includedBurstIops?: number;
    lastModified?: Date;
    leaseDuration?: LeaseDurationType;
    leaseState?: LeaseStateType;
    leaseStatus?: LeaseStatusType;
    maxBurstCreditsForIops?: number;
    metadata?: {
        [propertyName: string]: string;
    };
    nextAllowedProvisionedBandwidthDowngradeTime?: Date;
    nextAllowedProvisionedIopsDowngradeTime?: Date;
    nextAllowedQuotaDowngradeTime?: Date;
    paidBurstingEnabled?: boolean;
    paidBurstingMaxBandwidthMibps?: number;
    paidBurstingMaxIops?: number;
    provisionedBandwidthMibps?: number;
    provisionedEgressMBps?: number;
    provisionedIngressMBps?: number;
    provisionedIops?: number;
    quota?: number;
    requestId?: string;
    rootSquash?: ShareRootSquash;
    version?: string;
}

Properties

accessTier?: string

Returns the access tier set on the share.

accessTierChangeTime?: Date

Returns the last modified time (in UTC) of the access tier of the share.

accessTierTransitionState?: string

Returns the transition state between access tiers, when present.

date?: Date

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

enabledProtocols?: string

The protocols that have been enabled on the share.

enableSnapshotVirtualDirectoryAccess?: boolean

Version 2023-08-03 and newer. Specifies whether the snapshot virtual directory should be accessible at the root of share mount point when NFS is enabled. This header is only returned for shares, not for snapshots.

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.

leaseDuration?: LeaseDurationType

When a share is leased, specifies whether the lease is of infinite or fixed duration.

leaseState?: LeaseStateType

Lease state of the share.

leaseStatus?: LeaseStatusType

The current lease status 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.

metadata?: {
    [propertyName: string]: string;
}

A set of name-value pairs that contain the user-defined metadata of the share.

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.

paidBurstingEnabled?: boolean

Optional. Boolean. Default if not specified is false. This property enables paid bursting.

paidBurstingMaxBandwidthMibps?: number

Optional. Integer. Default if not specified is the maximum throughput the file share can support. Current maximum for a file share is 10,340 MiB/sec.

paidBurstingMaxIops?: number

Optional. Integer. Default if not specified is the maximum IOPS the file share can support. Current maximum for a file share is 102,400 IOPS.

provisionedBandwidthMibps?: number

Returns the current share provisioned bandwidth in mebibytes per second.

provisionedEgressMBps?: number

Returns the current share provisioned egress in megabytes per second.

provisionedIngressMBps?: number

Returns the current share provisioned ingress in megabytes 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.

rootSquash?: ShareRootSquash

Valid for NFS shares only.

version?: string

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