Package version:

Interface FileAbortCopyFromURLOptions

Options to configure the ShareFileClient.abortCopyFromURL operation.

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

leaseAccessConditions?: LeaseAccessConditions

Lease access conditions.

tracingOptions?: any