ServiceListFileSystemsOptions interface

An interface for options common to every remote operation.

Extends

Properties

abortSignal
includeDeleted

Specifies whether soft deleted File System should be included in the response.

includeMetadata
prefix

Inherited Properties

tracingOptions

Options to configure spans created when tracing is enabled.

Property Details

abortSignal

abortSignal?: AbortSignalLike

Property Value

includeDeleted

Specifies whether soft deleted File System should be included in the response.

includeDeleted?: boolean

Property Value

boolean

includeMetadata

includeMetadata?: boolean

Property Value

boolean

prefix

prefix?: string

Property Value

string

Inherited Property Details

tracingOptions

Options to configure spans created when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions