Share via


ChangeFeedProcessorOptions.StartContinuation Property

Definition

Gets or sets the start request continuation token to start looking for changes after.

public string StartContinuation { get; set; }
member this.StartContinuation : string with get, set
Public Property StartContinuation As String

Property Value

Remarks

This is only used when lease store is not initialized and is ignored if a lease for partition exists and has continuation token. If this is specified, both StartTime and StartFromBeginning are ignored.

Applies to

See also