Table of Contents

Class ShareDirectoryGetFilesAndDirectoriesOptions

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll
public class ShareDirectoryGetFilesAndDirectoriesOptions
Inheritance
ShareDirectoryGetFilesAndDirectoriesOptions
Inherited Members

Constructors

ShareDirectoryGetFilesAndDirectoriesOptions()

public ShareDirectoryGetFilesAndDirectoriesOptions()

Properties

IncludeExtendedInfo

Optional. Specified that extended info should be included in the ShareFileItem. If set to true, the Content-Length property will be up to date. Implicitly set to true if any ShareFileTraits are set.

public bool? IncludeExtendedInfo { get; set; }

Property Value

bool?

Prefix

Optional string that filters the results to return only files and directories whose name begins with the specified prefix.

public string Prefix { get; set; }

Property Value

string

Traits

Optional. Specifies traits to include in the ShareFileItem.

public ShareFileTraits Traits { get; set; }

Property Value

ShareFileTraits