GetEventHubPropertiesOptions interface
The set of options to configure the behavior of getEventHubProperties.
abortSignal: An implementation of theAbortSignalLikeinterface to signal the request to cancel the operation.parentSpan: TheSpanorSpanContextto use as theparentof 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