FileListHandlesSegmentOptions interface
Options to configure File - List Handles Segment operations.
See:
- <xref:ShareFileClient.listHandlesSegment>
- <xref:ShareFileClient.iterateHandleSegments>
- <xref:ShareFileClient.listHandleItems>
- Extends
Properties
abort |
An implementation of the |
max |
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. |
Inherited Properties
tracing |
Property Details
abortSignal
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
.
abortSignal?: AbortSignalLike
Property Value
maxPageSize
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.
maxPageSize?: number
Property Value
number