Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateBatchOptions

Package version

Options to configure the createBatch method on the Sender.

  • maxSizeInBytes: The upper limit for the size of batch.

Example usage:

{
    maxSizeInBytes: 1024 * 1024 // 1 MB
}

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional maxSizeInBytes

maxSizeInBytes: undefined | number
property

The upper limit for the size of batch. The tryAdd function will return false after this limit is reached.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options for configuring tracing.

Generated using TypeDoc