ChangeFeedOptions Class

 

Updated: June 30, 2017

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

Namespace:   Microsoft.Azure.Documents.Client
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.Documents.ClientChangeFeedOptions

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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

System_CAPS_pubproperty

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).

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: