FeedOptions Class

 

Updated: June 30, 2017

Specifies the options associated with 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.ClientFeedOptions

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

NameDescription
System_CAPS_pubmethodFeedOptions

Initializes a new instance of the FeedOptions class for the Azure DocumentDB database service.

NameDescription
System_CAPS_pubproperty

Gets or sets the option for the current query in the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets or sets a value indicating whether users are enabled to send more than one request to execute the query in the Azure DocumentDB database service. More than one request is necessary if the query is not scoped to single partition key value.

System_CAPS_pubproperty

Gets or sets the option to enable low precision order by in the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets or sets the option to enable scans on the queries which couldn't be served as indexing was opted out on the requested paths in the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets or sets the maximum number of items that can be buffered client side during parallel query execution in the Azure DocumentDB database service. A positive property value limits the number of buffered items to the set value. If it is set to less than 0, the system automatically decides the number of items to buffer.

System_CAPS_pubproperty

Gets or sets the number of concurrent operations run client side during parallel query execution in the Azure DocumentDB database service. A positive property value limits the number of concurrent operations to the set value. If it is set to less than 0, the system automatically decides the number of concurrent operations to run.

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 for the current request in the Azure DocumentDB database service.

System_CAPS_pubproperty

Gets or sets the request option for document query requests 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 request option for document query requests 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.

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

Used to manage query and ReadFeed execution. Can use FeedOptions to set page size (MaxItemCount)

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: