你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileSystemTraits Enum

Definition

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