ChangeFeedOptions.StartFromBeginning Property

Definition

Gets or sets whether change feed in the Azure DocumentDB database service should start from beginning (true) or from current (false). By default it's start from current (false).

public bool StartFromBeginning { get; set; }
Property Value