Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendBatchOptions

Package version

The set of options to configure the send operation on the EventHubProducerClient.

  • abortSignal : A signal used to cancel the send operation.

Hierarchy

Index

Properties

Properties

Optional abortSignal

abortSignal: AbortSignalLike
property

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Optional parentSpan

parentSpan: Span | SpanContext

The Span or SpanContext to use as the parent of any spans created while sending events.

Generated using TypeDoc