Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryForceCloseHandlesSegmentOptions

Package version

Options to configure Directory - Force Close Handles Segment.

export
interface

DirectoryForceCloseHandlesSegmentOptions

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

DirectoryForceCloseHandlesSegmentOptions

Optional recursive

recursive: undefined | false | true

Specifies operation should apply to the directory specified in the URI, its files, its subdirectories and their files.

type

{boolean}

memberof

DirectoryForceCloseHandlesSegmentOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc