EnqueueEventOptions interface
Options to configure the enqueueEvents
method on the EventHubBufferedProducerClient
.
- Extends
Inherited Properties
abort |
The signal which can be used to abort requests. |
partition |
The partition this batch will be sent to. If this value is set then partitionKey can not be set. |
partition |
A value that is hashed to produce a partition assignment.
It guarantees that messages with the same partitionKey end up in the same partition.
Specifying this will throw an error if the producer was created using a |
tracing |
Options for configuring tracing. |
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From SendBatchOptions.abortSignal
partitionId
The partition this batch will be sent to. If this value is set then partitionKey can not be set.
partitionId?: string
Property Value
string
Inherited From SendBatchOptions.partitionId
partitionKey
A value that is hashed to produce a partition assignment.
It guarantees that messages with the same partitionKey end up in the same partition.
Specifying this will throw an error if the producer was created using a partitionId
.
partitionKey?: string
Property Value
string
Inherited From SendBatchOptions.partitionKey
tracingOptions
Options for configuring tracing.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From SendBatchOptions.tracingOptions