ListPathsOptions interface

An interface for options common to every remote operation.

Extends

Properties

abortSignal
path
recursive
userPrincipalName

Inherited Properties

tracingOptions

Property Details

abortSignal

abortSignal?: AbortSignalLike

Property Value

path

path?: string

Property Value

string

recursive

recursive?: boolean

Property Value

boolean

userPrincipalName

userPrincipalName?: boolean

Property Value

boolean

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions