AzureTableStreamCheckpointerOptions
class
Namespace: Orleans.Configuration
Configures Azure Table Storage checkpoint persistence for an Event Hubs stream provider.
public class AzureTableStreamCheckpointerOptions : AzureStorageOperationOptionsConstructors
Properties
CheckpointComparerGets or sets the comparer used to prevent a checkpoint from moving backwards.PartitionKeyPrefixGets or sets the prefix applied to checkpoint partition keys.PersistIntervalInterval to write checkpoints. Prevents spamming storage.TableNameAzure table name.
Fields
DEFAULT_CHECKPOINT_PERSIST_INTERVALThe default minimum interval between checkpoint writes.DEFAULT_TABLE_NAMEThe default Azure Table Storage table name.
