ShareGetPropertiesHeaders interface
Defines headers for Share_getProperties operation.
Properties
access |
Returns the access tier set on the share. |
access |
Returns the last modified time (in UTC) of the access tier of the share. |
access |
Returns the transition state between access tiers, when present. |
date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
enabled |
The protocols that have been enabled on the share. |
enable |
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. |
error |
Error Code |
etag | The ETag contains a value that you can use to perform operations conditionally, in quotes. |
included |
Return the calculated burst IOPS of the share. |
last |
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. |
lease |
When a share is leased, specifies whether the lease is of infinite or fixed duration. |
lease |
Lease state of the share. |
lease |
The current lease status of the share. |
max |
Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have. |
metadata | A set of name-value pairs that contain the user-defined metadata of the share. |
next |
Returns the current share next allowed provisioned bandwidth downgrade time. |
next |
Returns the current share next allowed provisioned iops downgrade time. |
next |
Returns the current share next allowed quota downgrade time. |
paid |
Optional. Boolean. Default if not specified is false. This property enables paid bursting. |
paid |
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. |
paid |
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. |
provisioned |
Returns the current share provisioned bandwidth in mebibytes per second. |
provisioned |
Returns the current share provisioned egress in megabytes per second. |
provisioned |
Returns the current share provisioned ingress in megabytes per second. |
provisioned |
Returns the current share provisioned ipos. |
quota | Returns the current share quota in GB. |
request |
This header uniquely identifies the request that was made and can be used for troubleshooting the request. |
root |
Valid for NFS shares only. |
version | Indicates the version of the File service used to execute the request. |
Property Details
accessTier
Returns the access tier set on the share.
accessTier?: string
Property Value
string
accessTierChangeTime
Returns the last modified time (in UTC) of the access tier of the share.
accessTierChangeTime?: Date
Property Value
Date
accessTierTransitionState
Returns the transition state between access tiers, when present.
accessTierTransitionState?: string
Property Value
string
date
A UTC date/time value generated by the service that indicates the time at which the response was initiated.
date?: Date
Property Value
Date
enabledProtocols
The protocols that have been enabled on the share.
enabledProtocols?: string
Property Value
string
enableSnapshotVirtualDirectoryAccess
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.
enableSnapshotVirtualDirectoryAccess?: boolean
Property Value
boolean
errorCode
Error Code
errorCode?: string
Property Value
string
etag
The ETag contains a value that you can use to perform operations conditionally, in quotes.
etag?: string
Property Value
string
includedBurstIops
Return the calculated burst IOPS of the share.
includedBurstIops?: number
Property Value
number
lastModified
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.
lastModified?: Date
Property Value
Date
leaseDuration
When a share is leased, specifies whether the lease is of infinite or fixed duration.
leaseDuration?: LeaseDurationType
Property Value
leaseState
leaseStatus
maxBurstCreditsForIops
Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.
maxBurstCreditsForIops?: number
Property Value
number
metadata
A set of name-value pairs that contain the user-defined metadata of the share.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
nextAllowedProvisionedBandwidthDowngradeTime
Returns the current share next allowed provisioned bandwidth downgrade time.
nextAllowedProvisionedBandwidthDowngradeTime?: Date
Property Value
Date
nextAllowedProvisionedIopsDowngradeTime
Returns the current share next allowed provisioned iops downgrade time.
nextAllowedProvisionedIopsDowngradeTime?: Date
Property Value
Date
nextAllowedQuotaDowngradeTime
Returns the current share next allowed quota downgrade time.
nextAllowedQuotaDowngradeTime?: Date
Property Value
Date
paidBurstingEnabled
Optional. Boolean. Default if not specified is false. This property enables paid bursting.
paidBurstingEnabled?: boolean
Property Value
boolean
paidBurstingMaxBandwidthMibps
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.
paidBurstingMaxBandwidthMibps?: number
Property Value
number
paidBurstingMaxIops
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.
paidBurstingMaxIops?: number
Property Value
number
provisionedBandwidthMibps
Returns the current share provisioned bandwidth in mebibytes per second.
provisionedBandwidthMibps?: number
Property Value
number
provisionedEgressMBps
Returns the current share provisioned egress in megabytes per second.
provisionedEgressMBps?: number
Property Value
number
provisionedIngressMBps
Returns the current share provisioned ingress in megabytes per second.
provisionedIngressMBps?: number
Property Value
number
provisionedIops
Returns the current share provisioned ipos.
provisionedIops?: number
Property Value
number
quota
Returns the current share quota in GB.
quota?: number
Property Value
number
requestId
This header uniquely identifies the request that was made and can be used for troubleshooting the request.
requestId?: string
Property Value
string
rootSquash
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string