Package version:

Interface DirectoryForceCloseHandlesSegmentOptions

Options to configure Directory - Force Close Handles Segment operations.

See:

interface DirectoryForceCloseHandlesSegmentOptions {
    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 operation should apply to the directory specified in the URI, its files, its subdirectories and their files.

tracingOptions?: any