Share via


EventHubOptions.MaxEventBatchSize Property

Definition

Gets or sets the maximum number of events delivered in a batch. This setting applies only to functions that receive multiple events. Default 100.

public int MaxEventBatchSize { get; set; }
member this.MaxEventBatchSize : int with get, set
Public Property MaxEventBatchSize As Integer

Property Value

Applies to