Share via


FileSystemStates Enum

Definition

Specifies options for listing blob containers with the GetFileSystems(FileSystemTraits, FileSystemStates, String, CancellationToken) operation.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FileSystemStates
[<System.Flags>]
type FileSystemStates = 
Public Enum FileSystemStates
Inheritance
FileSystemStates
Attributes

Fields

Deleted 1

Flag specifying that deleted containers should be included.

None 0

Default flag specifying that no flags are set in FileSystemStates.

System 2

Flag specifying that system containers should be included.

Applies to