GetPartitionPropertiesOptions interface
The set of options to configure the behavior of getPartitionProperties
.
abortSignal
: An implementation of theAbortSignalLike
interface to signal the request to cancel the operation.parentSpan
: TheSpan
orSpanContext
to use as theparent
of the span created while calling this operation.
- Extends
Inherited Properties
abort |
The signal which can be used to abort requests. |
tracing |
Options for configuring tracing. |
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From OperationOptions.abortSignal
tracingOptions
Options for configuring tracing.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From OperationOptions.tracingOptions