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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET