Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
GetEventHubPropertiesOptions interface
- Package:
- @azure/event-hubs
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
| abortSignal | The signal which can be used to abort requests. |
| tracingOptions | 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
