Search documentationEsc

ChangeFeedOptions

The options for monitoring the change feed.

Namespace: Microsoft.Azure.CosmosRepository.ChangeFeed
Kind: class

The options for monitoring the change feed.

public class ChangeFeedOptions

Example

Members

Propertys

ChangeFeedOptions.InstanceName

The instance name of the processor.

public string InstanceName { get; set; }

ReturnsString

ChangeFeedOptions.PollInterval

The poll interval to query the change feed processor

public TimeSpan? PollInterval { get; set; }

ReturnsTimeSpan}

ChangeFeedOptions.ProcessorName

The processor name provided to the change feed processor library.

public string ProcessorName { get; set; }

ReturnsString

ChangeFeedOptions.StartTime

Sets the time (exclusive) to start looking for changes after.

public DateTime? StartTime { get; set; }

ReturnsDateTime}

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.