Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareGetPropertiesHeaders

Package version

Defines headers for Share_getProperties operation.

Hierarchy

  • ShareGetPropertiesHeaders

Index

Properties

Optional accessTier

accessTier: undefined | string

Returns the access tier set on the share.

Optional accessTierChangeTime

accessTierChangeTime: Date

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

Optional accessTierTransitionState

accessTierTransitionState: undefined | string

Returns the transition state between access tiers, when present.

Optional date

date: Date

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

Optional enabledProtocols

enabledProtocols: undefined | string

The protocols that have been enabled on the share.

Optional errorCode

errorCode: undefined | string

Error Code

Optional etag

etag: undefined | string

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

Optional lastModified

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.

Optional leaseDuration

leaseDuration: LeaseDurationType

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

Optional leaseState

leaseState: LeaseStateType

Lease state of the share.

Optional leaseStatus

leaseStatus: LeaseStatusType

The current lease status of the share.

Optional metadata

metadata: undefined | {}

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

Optional nextAllowedQuotaDowngradeTime

nextAllowedQuotaDowngradeTime: Date

Returns the current share next allowed quota downgrade time.

Optional provisionedEgressMBps

provisionedEgressMBps: undefined | number

Returns the current share provisioned egress in megabytes per second.

Optional provisionedIngressMBps

provisionedIngressMBps: undefined | number

Returns the current share provisioned ingress in megabytes per second.

Optional provisionedIops

provisionedIops: undefined | number

Returns the current share provisioned ipos.

Optional quota

quota: undefined | number

Returns the current share quota in GB.

Optional requestId

requestId: undefined | string

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

Optional rootSquash

rootSquash: ShareRootSquash

Valid for NFS shares only.

Optional version

version: undefined | string

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

Generated using TypeDoc