FileSystemTraits Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for listing file systems with the GetFileSystems(FileSystemTraits, FileSystemStates, String, CancellationToken) operation.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FileSystemTraits
[<System.Flags>]
type FileSystemTraits =
Public Enum FileSystemTraits
- Inheritance
-
FileSystemTraits
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default flag specifying that no flags are set in FileSystemTraits. |
Metadata | 1 | Flag specifying that the file system's metadata should be included. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET