AzureEventHubsCheckpointKind is a enumerated list of values for the kind of checkpoint to use with Azure.

Table: AzureEventHubsCheckpointKind

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: May 19, 2025
Earliest   PreviewOldest available event in the Event Hub, ensuring no historical data is missed, but potentially processing a large backlog.
Latest   PreviewThe most recent event in the Event Hub.
Point   PreviewSpecific event in the Event Hub, identified by its sequence number.