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 return datatypes, this indicates that you must specify which fields you want returned in the results.
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.