ChangeFeedOptions Class

Definition

Specifies the options associated with change feed methods (enumeration operations) in the Azure DocumentDB database service.

public sealed class ChangeFeedOptions
Inheritance
ChangeFeedOptions

Constructors

ChangeFeedOptions()

Properties

MaxItemCount

Gets or sets the maximum number of items to be returned in the enumeration operation in the Azure DocumentDB database service.

PartitionKeyRangeId

Gets or sets the partition key range id for the current request in the Azure DocumentDB database service.

RequestContinuation

Gets or sets the request continuation token in the Azure DocumentDB database service.

SessionToken

Gets or sets the session token for use with session consistency in the Azure DocumentDB database service.

StartFromBeginning

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

StartTime

Gets or sets the time (exclusive) to start looking for changes after. If this is specified, StartFromBeginning is ignored.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)