ChangeFeedOptions.StartFromBeginning Property

Definition

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

public bool StartFromBeginning { get; set; }
member this.StartFromBeginning : bool with get, set
Public Property StartFromBeginning As Boolean

Property Value

Applies to