Package version:

Interface DirectoryListHandlesOptions

Options to configure the ShareDirectoryClient.listHandles operation.

interface DirectoryListHandlesOptions {
    abortSignal?: any;
    recursive?: boolean;
    tracingOptions?: any;
}

Hierarchy (view full)

Properties

abortSignal?: any

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.

recursive?: boolean

Specifies whether operation should apply to the directory specified in the URI, its files, its subdirectories and their files.

tracingOptions?: any