Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetPartitionPropertiesOptions

Package version

The set of options to configure the behavior of getPartitionProperties.

  • abortSignal : An implementation of the AbortSignalLike interface to signal the request to cancel the operation.
  • parentSpan : The Span or SpanContext to use as the parent of the span created while calling this operation.

Hierarchy

Index

Properties

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.

Optional parentSpan

parentSpan: Span | SpanContext

The Span or SpanContext to use as the parent of any spans created while calling operations that make a request to the service.

Generated using TypeDoc