AzureEventHubsCheckpointInput is an input datatype for specifying a checkpoint. Specify the kind of field to select which optional input to use.

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

Table: AzureEventHubsCheckpointInput

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
kindAzureEventHubsCheckpointKindyes PreviewThe kind of checkpoint to use. See AzureEventHubsCheckpointKind .
pointAzureEventHubsCheckpointPointInput  PreviewThe specific event in the Event Hub, identified by its sequence number. See AzureEventHubsCheckpointPointInput.