Share via


ChangeFeedOptions.StartTime Property

Definition

Gets or sets the time (exclusive) to start looking for changes after. If this is specified, StartFromBeginning is ignored.

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

Property Value

Applies to