BufferedCloseOptions interface
Options to configure the close
method on the EventHubBufferedProducerClient
.
- Extends
Properties
flush | When |
Inherited Properties
abort |
The signal which can be used to abort requests. |
tracing |
Options for configuring tracing. |
Property Details
flush
When true
, all buffered events that are pending should be sent before closing.
When false
, abandon all buffered events and close immediately.
Defaults to true
.
flush?: boolean
Property Value
boolean
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