CosmosDBTrigger.startFromBeginning Method

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 abstract boolean startFromBeginning()

Returns

boolean

Configuration whether change feed should start from beginning

Applies to