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

This datatype is used by the input datatype, AzureEventHubsCheckpointInput, which is used by two other input datatypes: CreateAzureEventHubIngestFeed, which is used by the createAzureEventHubIngestFeed() mutation field; and UpdateAzureEventHubIngestFeed, which is used by the updateAzureEventHubIngestFeed() mutation.

Table: AzureEventHubsCheckpointKind

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.