Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileListHandlesSegmentOptions

Package version

Options to configure File - File List Handles Segment.

export
interface

FileListHandlesSegmentOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

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.

type

{AbortSignalLike}

memberof

FileClearRangeOptions

Optional maxPageSize

maxPageSize: undefined | 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.

type

{number}

memberof

FileListHandlesSegmentOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc