Share via


EventHubOptions.BatchCheckpointFrequency Property

Definition

Gets or sets the number of batches to process before creating an EventHub cursor checkpoint. Default 1.

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

Property Value

Remarks

If EnableCheckpointing is set to false, this value is ignored.

Applies to