Megosztás a következőn keresztül:


ChangeFeedHostOptions.IsAutoCheckpointEnabled Property

Definition

Caution

IsAutoCheckpointEnabled is deprecated, please use CheckpointFrequency.ExplicitCheckpoint instead.

Gets or sets a value indicating whether the host will checkpoint leases automatically. When this is set to false, use ChangeFeedObserverContext.CheckpointAsync for manual control of checkpoint.

[System.Obsolete("IsAutoCheckpointEnabled is deprecated, please use CheckpointFrequency.ExplicitCheckpoint instead.")]
public bool IsAutoCheckpointEnabled { get; set; }
[<System.Obsolete("IsAutoCheckpointEnabled is deprecated, please use CheckpointFrequency.ExplicitCheckpoint instead.")>]
member this.IsAutoCheckpointEnabled : bool with get, set
Public Property IsAutoCheckpointEnabled As Boolean

Property Value

Attributes

Applies to