Share via


ChangeFeedProcessorOptions.StartTime Property

Definition

Gets or sets the time (exclusive) to start looking for changes after.

public DateTime? StartTime { get; set; }
member this.StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of DateTime)

Property Value

Remarks

This is only used when: (1) Lease store is not initialized and is ignored if a lease for partition exists and has continuation token. (2) StartContinuation is not specified. If this is specified, StartFromBeginning is ignored.

Applies to

See also