Table of Contents

Enum ShareListingDetails

Namespace
Microsoft.WindowsAzure.Storage.File
Assembly
Microsoft.WindowsAzure.Storage.dll

Specifies which details to include when listing the shares in this storage account.

[Flags]
public enum ShareListingDetails

Fields

All = Metadata | Snapshots

Retrieve all available details.

Metadata = 1

Retrieve share metadata.

None = 0

No additional details.

Snapshots = 2

Retrieve share snapshots.