Package version:

Interface FileShareItem

The file share properties be listed out.

interface FileShareItem {
    accessTier?: string;
    accessTierChangeTime?: any;
    accessTierStatus?: string;
    deleted?: boolean;
    deletedTime?: any;
    enabledProtocols?: string;
    etag?: string;
    fileSharePaidBursting?: FileSharePropertiesFileSharePaidBursting;
    id?: string;
    includedBurstIops?: number;
    lastModifiedTime?: any;
    leaseDuration?: string;
    leaseState?: string;
    leaseStatus?: string;
    maxBurstCreditsForIops?: number;
    metadata?: {
        [propertyName: string]: string;
    };
    name?: string;
    nextAllowedProvisionedBandwidthDowngradeTime?: any;
    nextAllowedProvisionedIopsDowngradeTime?: any;
    nextAllowedQuotaDowngradeTime?: any;
    provisionedBandwidthMibps?: number;
    provisionedIops?: number;
    remainingRetentionDays?: number;
    rootSquash?: string;
    shareQuota?: number;
    shareUsageBytes?: number;
    signedIdentifiers?: SignedIdentifier[];
    snapshotTime?: any;
    type?: string;
    version?: string;
}

Hierarchy (view full)

Properties

accessTier?: string

Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium.

accessTierChangeTime?: any

Indicates the last modification time for share access tier. NOTE: This property will not be serialized. It can only be populated by the server.

accessTierStatus?: string

Indicates if there is a pending transition for access tier. NOTE: This property will not be serialized. It can only be populated by the server.

deleted?: boolean

Indicates whether the share was deleted. NOTE: This property will not be serialized. It can only be populated by the server.

deletedTime?: any

The deleted time if the share was deleted. NOTE: This property will not be serialized. It can only be populated by the server.

enabledProtocols?: string

The authentication protocol that is used for the file share. Can only be specified when creating a share.

etag?: string

Resource Etag. NOTE: This property will not be serialized. It can only be populated by the server.

File Share Paid Bursting properties.

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

includedBurstIops?: number

The calculated burst IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. NOTE: This property will not be serialized. It can only be populated by the server.

lastModifiedTime?: any

Returns the date and time the share was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

leaseDuration?: string

Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. NOTE: This property will not be serialized. It can only be populated by the server.

leaseState?: string

Lease state of the share. NOTE: This property will not be serialized. It can only be populated by the server.

leaseStatus?: string

The lease status of the share. NOTE: This property will not be serialized. It can only be populated by the server.

maxBurstCreditsForIops?: number

The calculated maximum burst credits for the share. This property is only for file shares created under Files Provisioned v2 account type. NOTE: This property will not be serialized. It can only be populated by the server.

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

A name-value pair to associate with the share as metadata.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

nextAllowedProvisionedBandwidthDowngradeTime?: any

Returns the next allowed provisioned bandwidth downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. NOTE: This property will not be serialized. It can only be populated by the server.

nextAllowedProvisionedIopsDowngradeTime?: any

Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type. NOTE: This property will not be serialized. It can only be populated by the server.

nextAllowedQuotaDowngradeTime?: any

Returns the next allowed provisioned storage size downgrade time for the share. This property is only for file shares created under Files Provisioned v1 SSD and Files Provisioned v2 account type NOTE: This property will not be serialized. It can only be populated by the server.

provisionedBandwidthMibps?: number

The provisioned bandwidth of the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned bandwidth.

provisionedIops?: number

The provisioned IOPS of the share. This property is only for file shares created under Files Provisioned v2 account type. Please refer to the GetFileServiceUsage API response for the minimum and maximum allowed value for provisioned IOPS.

remainingRetentionDays?: number

Remaining retention days for share that was soft deleted. NOTE: This property will not be serialized. It can only be populated by the server.

rootSquash?: string

The property is for NFS share only. The default is NoRootSquash.

shareQuota?: number

The provisioned size of the share, in gibibytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. For file shares created under Files Provisioned v2 account type, please refer to the GetFileServiceUsage API response for the minimum and maximum allowed provisioned storage size.

shareUsageBytes?: number

The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. NOTE: This property will not be serialized. It can only be populated by the server.

signedIdentifiers?: SignedIdentifier[]

List of stored access policies specified on the share.

snapshotTime?: any

Creation time of share snapshot returned in the response of list shares with expand param "snapshots". NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The version of the share. NOTE: This property will not be serialized. It can only be populated by the server.