Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateMessageBatchOptions

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

  • {}
    • CreateMessageBatchOptions

Index

Properties

Properties

Optional maxSizeInBytes

maxSizeInBytes: undefined | number

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

Generated using TypeDoc