CheckpointFrequency Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET