EventHubCheckpointer Class

Definition

This class stores EventHub partition checkpointer information (a partition offset) in azure table storage.

C#
public class EventHubCheckpointer : Orleans.Streams.IStreamQueueCheckpointer<string>
Inheritance
EventHubCheckpointer
Implements

Properties

CheckpointExists

Indicates if a checkpoint exists

Methods

Create(AzureTableStreamCheckpointerOptions, String, String, String, ILoggerFactory)

Factory function that creates and initializes the checkpointer

Load()

Loads a checkpoint

Update(String, DateTime)

Updates the checkpoint. This is a best effort. It does not always update the checkpoint.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0