azure-messaging-eventhubs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Azure::Messaging::EventHubs::Models::Checkpoint Class Referencefinal

Checkpoint tracks the last successfully processed event in a partition.

#include <checkpoint_store_models.hpp>

Public Member Functions

std::string GetCheckpointBlobPrefixName () const
 Returns the prefix for the name of the blob that stores the checkpoint.
 
std::string GetCheckpointBlobName () const
 Returns the name of the blob that stores the checkpoint.
 

Public Attributes

std::string ConsumerGroup
 The consumer group name.
 
std::string EventHubName
 The event hub name.
 
std::string FullyQualifiedNamespaceName
 The fully qualified namespace for the event hub.
 
std::string PartitionId {}
 The partition ID for the corresponding checkpoint.
 
Azure::Nullable< int64_t > Offset {}
 The offset of the last successfully processed event.
 
Azure::Nullable< int64_t > SequenceNumber {}
 The sequence number of the last successfully processed event.
 

The documentation for this class was generated from the following files: