CheckpointFrequency Class

Definition

Specifies the frequency of lease event. The event will trigger when either of conditions is satisfied.

public class CheckpointFrequency
type CheckpointFrequency = class
Public Class CheckpointFrequency
Inheritance
CheckpointFrequency

Constructors

CheckpointFrequency()

Properties

ExplicitCheckpoint

Gets or sets a value indicating whether explicit checkpointing is enabled. By default false. Setting to true means changefeed host will never checkpoint. Client code needs to explicitly checkpoint via Microsoft.Azure.Documents.ChangeFeedProcessor.IPartitionCheckpointer

ProcessedDocumentCount

Gets or sets the value that specifies to checkpoint every specified number of docs.

TimeInterval

Gets or sets the value that specifies to checkpoint every specified time interval.

Applies to