ChangeFeedProcessorBuilder.WithStartTime(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the time (exclusive) to start looking for changes after.
public Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithStartTime (DateTime startTime);
member this.WithStartTime : DateTime -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Function WithStartTime (startTime As DateTime) As ChangeFeedProcessorBuilder
Parameters
- startTime
- DateTime
Date and time when to start looking for changes.
Returns
The instance of ChangeFeedProcessorBuilder to use.
Remarks
This is only used when: (1) Lease store is not initialized and is ignored if a lease exists and has continuation token. (2) StartContinuation is not specified. If this is specified, StartFromBeginning is ignored.
Applies to
Azure SDK for .NET