Package version:

Interface FileForceCloseHandlesOptions

Options to configure File - Force Close Handles operations.

See:

interface FileForceCloseHandlesOptions {
    abortSignal?: any;
    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.

tracingOptions?: any