Package version:

Interface FileListHandlesSegmentOptions

Options to configure File - List Handles Segment operations.

See:

  • ShareFileClient.listHandlesSegment
  • ShareFileClient.iterateHandleSegments
  • ShareFileClient.listHandleItems
interface FileListHandlesSegmentOptions {
    abortSignal?: any;
    maxPageSize?: number;
    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.

maxPageSize?: number

Specifies the maximum number of entries to return. If the request does not specify maxResults, or specifies a value greater than 5,000, the server will return up to 5,000 items.

tracingOptions?: any