BatchOptions Class

Definition

Options to define partiton key and maximum message size while creating an EventDataBatch.

public class BatchOptions
type BatchOptions = class
Public Class BatchOptions
Inheritance
BatchOptions

Constructors

BatchOptions()

Properties

MaxMessageSize

The maximum size allowed for the batch.

PartitionKey

Partition key associated with the batch.

Applies to