Skip to content

GrainStreamQueueCheckpointerOptions

class

Namespace: Orleans.Configuration

Configures grain-based stream queue checkpointing.
public sealed class GrainStreamQueueCheckpointerOptions

Constructors

Properties

  • CheckpointComparer Gets or sets the comparer used to prevent a checkpoint from moving backwards.
  • PersistInterval Gets or sets the minimum interval between checkpoint writes.
  • StorageProviderName Gets or sets the name of the grain storage provider used to persist checkpoints.