Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryListFilesAndDirectoriesOptions

Package version

Options to configure ShareDirectoryClient.listFilesAndDirectories operation.

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Optional includeAttributes

includeAttributes: undefined | false | true

Optional includeEtag

includeEtag: undefined | false | true

Optional includeExtendedInfo

includeExtendedInfo: undefined | false | true

Optional. Specified that extended info should be included in the returned FileItem or DirectoryItem. If true, the Content-Length property will be up-to-date, FileId will be returned in response.

Optional includePermissionKey

includePermissionKey: undefined | false | true

Optional includeTimestamps

includeTimestamps: undefined | false | true

Optional prefix

prefix: undefined | string

Filters the results to return only entries whose name begins with the specified prefix.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc