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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET