Table of Contents

Enum ShareStates

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

States to determine the shares included with GetSharesAsync(ShareTraits, ShareStates, string, CancellationToken). operation.

[Flags]
public enum ShareStates

Fields

All = -1

Flag specifying that shares of all states should be included.

Deleted = 2

Flag specifying that deleted shares should be included.

None = 0

Default value specifying that no flags are set in ShareStates.

Snapshots = 1

Flag specifying that the share's snapshots should be included. Snapshots are listed from oldest to newest.