DirectoryListHandlesOptions interface
Options to configure the listHandles operation.
- Extends
Properties
abort |
An implementation of the |
recursive | Specifies whether operation should apply to the directory specified in the URI, its files, its subdirectories and their files. |
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
recursive
Specifies whether operation should apply to the directory specified in the URI, its files, its subdirectories and their files.
recursive?: boolean
Property Value
boolean