ChangeFeedOptions
The options for monitoring the change feed.
Namespace: Microsoft.Azure.CosmosRepository.ChangeFeed
Kind: class
The options for monitoring the change feed.
public class ChangeFeedOptionsExample
Members
Propertys
ChangeFeedOptions.InstanceName
The instance name of the processor.
public string InstanceName { get; set; }Returns — String
ChangeFeedOptions.PollInterval
The poll interval to query the change feed processor
public TimeSpan? PollInterval { get; set; }Returns — TimeSpan}
ChangeFeedOptions.ProcessorName
The processor name provided to the change feed processor library.
public string ProcessorName { get; set; }Returns — String
ChangeFeedOptions.StartTime
Sets the time (exclusive) to start looking for changes after.
public DateTime? StartTime { get; set; }Returns — DateTime}
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.