ListDeletedPathsOptions interface

An interface for options common to every remote operation.

Extends

Properties

abortSignal
prefix

Filters results to filesystems within the specified prefix.

Inherited Properties

tracingOptions

Property Details

abortSignal

abortSignal?: AbortSignalLike

Property Value

prefix

Filters results to filesystems within the specified prefix.

prefix?: string

Property Value

string

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions