### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.documentdb.FeedOptions.FeedOptions() name: FeedOptions() nameWithType: FeedOptions.FeedOptions() syntax: public FeedOptions() uid: com.microsoft.azure.documentdb.FeedOptions.FeedOptions() - fullName: com.microsoft.azure.documentdb.FeedOptions.FeedOptions(FeedOptions options) name: FeedOptions(FeedOptions options) nameWithType: FeedOptions.FeedOptions(FeedOptions options) parameters: - name: options type: syntax: public FeedOptions(FeedOptions options) uid: com.microsoft.azure.documentdb.FeedOptions.FeedOptions(FeedOptions) inheritances: - - inheritedMembers: - com.microsoft.azure.documentdb.FeedOptionsBase.FeedOptionsBase() - com.microsoft.azure.documentdb.FeedOptionsBase.getPageSize() - com.microsoft.azure.documentdb.FeedOptionsBase.getRequestContinuation() - com.microsoft.azure.documentdb.FeedOptionsBase.setPageSize(Integer) - com.microsoft.azure.documentdb.FeedOptionsBase.setRequestContinuation(String) methods: - fullName: com.microsoft.azure.documentdb.FeedOptions.getDisableRUPerMinuteUsage() name: getDisableRUPerMinuteUsage() nameWithType: FeedOptions.getDisableRUPerMinuteUsage() returns: description:

true if disableRUPerMinuteUsage is set; otherwise false

type: summary:

Gets disableRUPerMinuteUsage option for the current query in the Azure Cosmos DB database service.

syntax: public Boolean getDisableRUPerMinuteUsage() uid: com.microsoft.azure.documentdb.FeedOptions.getDisableRUPerMinuteUsage() - fullName: com.microsoft.azure.documentdb.FeedOptions.getEmitVerboseTracesInQuery() name: getEmitVerboseTracesInQuery() nameWithType: FeedOptions.getEmitVerboseTracesInQuery() returns: description:

the emit verbose traces in query.

type: summary: >-

Gets the option to allow queries to emit out verbose traces for investigation.

syntax: public Boolean getEmitVerboseTracesInQuery() uid: com.microsoft.azure.documentdb.FeedOptions.getEmitVerboseTracesInQuery() - fullName: com.microsoft.azure.documentdb.FeedOptions.getEnableCrossPartitionQuery() name: getEnableCrossPartitionQuery() nameWithType: FeedOptions.getEnableCrossPartitionQuery() returns: description:

whether to allow queries to run across all partitions of the collection.

type: summary: >-

Gets the option to allow queries to run across all partitions of the collection.

syntax: public Boolean getEnableCrossPartitionQuery() uid: com.microsoft.azure.documentdb.FeedOptions.getEnableCrossPartitionQuery() - fullName: com.microsoft.azure.documentdb.FeedOptions.getEnableScanInQuery() name: getEnableScanInQuery() nameWithType: FeedOptions.getEnableScanInQuery() returns: description:

the option of enable scan in query.

type: summary: >-

Gets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.

syntax: public Boolean getEnableScanInQuery() uid: com.microsoft.azure.documentdb.FeedOptions.getEnableScanInQuery() - fullName: com.microsoft.azure.documentdb.FeedOptions.getMaxBufferedItemCount() name: getMaxBufferedItemCount() nameWithType: FeedOptions.getMaxBufferedItemCount() returns: description:

maximum number of items that can be buffered client side during parallel query execution.

type: summary: >-

Gets the maximum number of items that can be buffered client side during parallel query execution.

syntax: public int getMaxBufferedItemCount() uid: com.microsoft.azure.documentdb.FeedOptions.getMaxBufferedItemCount() - fullName: com.microsoft.azure.documentdb.FeedOptions.getMaxDegreeOfParallelism() name: getMaxDegreeOfParallelism() nameWithType: FeedOptions.getMaxDegreeOfParallelism() returns: description:

number of concurrent operations run client side during parallel query execution.

type: summary: >-

Gets the number of concurrent operations run client side during parallel query execution.

syntax: public int getMaxDegreeOfParallelism() uid: com.microsoft.azure.documentdb.FeedOptions.getMaxDegreeOfParallelism() - fullName: com.microsoft.azure.documentdb.FeedOptions.getPartitionKey() name: getPartitionKey() nameWithType: FeedOptions.getPartitionKey() returns: description:

the partition key.

type: summary: >-

Gets the partition key used to identify the current request's target partition.

syntax: public PartitionKey getPartitionKey() uid: com.microsoft.azure.documentdb.FeedOptions.getPartitionKey() - fullName: com.microsoft.azure.documentdb.FeedOptions.getPartitionKeyRangeIdInternal() name: getPartitionKeyRangeIdInternal() nameWithType: FeedOptions.getPartitionKeyRangeIdInternal() returns: description:

the partitionKeyRangeId.

type: summary: >-

Gets the partitionKeyRangeId.

syntax: public String getPartitionKeyRangeIdInternal() uid: com.microsoft.azure.documentdb.FeedOptions.getPartitionKeyRangeIdInternal() - fullName: com.microsoft.azure.documentdb.FeedOptions.getResponseContinuationTokenLimitInKb() name: getResponseContinuationTokenLimitInKb() nameWithType: FeedOptions.getResponseContinuationTokenLimitInKb() returns: description:

return set ResponseContinuationTokenLimitInKb, or 0 if not set

type: summary: >-

Gets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure Cosmos DB service. If not already set returns 0.

ResponseContinuationTokenLimitInKb is used to limit the length of continuation token in the query response. Valid values are>= 1.

syntax: public int getResponseContinuationTokenLimitInKb() uid: com.microsoft.azure.documentdb.FeedOptions.getResponseContinuationTokenLimitInKb() - fullName: com.microsoft.azure.documentdb.FeedOptions.getSessionToken() name: getSessionToken() nameWithType: FeedOptions.getSessionToken() returns: description:

the session token.

type: summary: >-

Gets the session token for use with session consistency.

syntax: public String getSessionToken() uid: com.microsoft.azure.documentdb.FeedOptions.getSessionToken() - fullName: com.microsoft.azure.documentdb.FeedOptions.setDisableRUPerMinuteUsage(boolean disableRUPerMinuteUsage) name: setDisableRUPerMinuteUsage(boolean disableRUPerMinuteUsage) nameWithType: FeedOptions.setDisableRUPerMinuteUsage(boolean disableRUPerMinuteUsage) parameters: - description:

used to set disableRUPerMinuteUsage

name: disableRUPerMinuteUsage type: summary: >-

Sets the disableRUPerMinuteUsage option for the current query in the Azure Cosmos DB database service.

disableRUPerMinuteUsage is used to enable/disable Request Units(RUs)/minute capacity to serve the query if regular provisioned RUs/second is exhausted.

syntax: public void setDisableRUPerMinuteUsage(boolean disableRUPerMinuteUsage) uid: com.microsoft.azure.documentdb.FeedOptions.setDisableRUPerMinuteUsage(boolean) - fullName: com.microsoft.azure.documentdb.FeedOptions.setEmitVerboseTracesInQuery(Boolean emitVerboseTracesInQuery) name: setEmitVerboseTracesInQuery(Boolean emitVerboseTracesInQuery) nameWithType: FeedOptions.setEmitVerboseTracesInQuery(Boolean emitVerboseTracesInQuery) parameters: - description:

the emit verbose traces in query.

name: emitVerboseTracesInQuery type: summary: >-

Sets the option to allow queries to emit out verbose traces for investigation.

syntax: public void setEmitVerboseTracesInQuery(Boolean emitVerboseTracesInQuery) uid: com.microsoft.azure.documentdb.FeedOptions.setEmitVerboseTracesInQuery(Boolean) - fullName: com.microsoft.azure.documentdb.FeedOptions.setEnableCrossPartitionQuery(Boolean enableCrossPartitionQuery) name: setEnableCrossPartitionQuery(Boolean enableCrossPartitionQuery) nameWithType: FeedOptions.setEnableCrossPartitionQuery(Boolean enableCrossPartitionQuery) parameters: - description:

whether to allow queries to run across all partitions of the collection.

name: enableCrossPartitionQuery type: summary: >-

Sets the option to allow queries to run across all partitions of the collection.

syntax: public void setEnableCrossPartitionQuery(Boolean enableCrossPartitionQuery) uid: com.microsoft.azure.documentdb.FeedOptions.setEnableCrossPartitionQuery(Boolean) - fullName: com.microsoft.azure.documentdb.FeedOptions.setEnableScanInQuery(Boolean enableScanInQuery) name: setEnableScanInQuery(Boolean enableScanInQuery) nameWithType: FeedOptions.setEnableScanInQuery(Boolean enableScanInQuery) parameters: - description:

the option of enable scan in query.

name: enableScanInQuery type: summary: >-

Sets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.

syntax: public void setEnableScanInQuery(Boolean enableScanInQuery) uid: com.microsoft.azure.documentdb.FeedOptions.setEnableScanInQuery(Boolean) - fullName: com.microsoft.azure.documentdb.FeedOptions.setMaxBufferedItemCount(int maxBufferedItemCount) name: setMaxBufferedItemCount(int maxBufferedItemCount) nameWithType: FeedOptions.setMaxBufferedItemCount(int maxBufferedItemCount) parameters: - description:

maximum number of items.

name: maxBufferedItemCount type: summary: >-

Sets the maximum number of items that can be buffered client side during parallel query execution.

syntax: public void setMaxBufferedItemCount(int maxBufferedItemCount) uid: com.microsoft.azure.documentdb.FeedOptions.setMaxBufferedItemCount(int) - fullName: com.microsoft.azure.documentdb.FeedOptions.setMaxDegreeOfParallelism(int maxDegreeOfParallelism) name: setMaxDegreeOfParallelism(int maxDegreeOfParallelism) nameWithType: FeedOptions.setMaxDegreeOfParallelism(int maxDegreeOfParallelism) parameters: - description:

number of concurrent operations.

name: maxDegreeOfParallelism type: summary: >-

Sets the number of concurrent operations run client side during parallel query execution.

syntax: public void setMaxDegreeOfParallelism(int maxDegreeOfParallelism) uid: com.microsoft.azure.documentdb.FeedOptions.setMaxDegreeOfParallelism(int) - fullName: com.microsoft.azure.documentdb.FeedOptions.setPartitionKey(PartitionKey partitionkey) name: setPartitionKey(PartitionKey partitionkey) nameWithType: FeedOptions.setPartitionKey(PartitionKey partitionkey) parameters: - description:

the partition key value.

name: partitionkey type: summary: >-

Sets the partition key used to identify the current request's target partition.

syntax: public void setPartitionKey(PartitionKey partitionkey) uid: com.microsoft.azure.documentdb.FeedOptions.setPartitionKey(PartitionKey) - fullName: com.microsoft.azure.documentdb.FeedOptions.setPartitionKeyRangeIdInternal(String partitionKeyRangeId) name: setPartitionKeyRangeIdInternal(String partitionKeyRangeId) nameWithType: FeedOptions.setPartitionKeyRangeIdInternal(String partitionKeyRangeId) parameters: - description:

the partitionKeyRangeId.

name: partitionKeyRangeId type: summary: >-

Sets the partitionKeyRangeId.

syntax: public void setPartitionKeyRangeIdInternal(String partitionKeyRangeId) uid: com.microsoft.azure.documentdb.FeedOptions.setPartitionKeyRangeIdInternal(String) - fullName: com.microsoft.azure.documentdb.FeedOptions.setResponseContinuationTokenLimitInKb(int limitInKb) name: setResponseContinuationTokenLimitInKb(int limitInKb) nameWithType: FeedOptions.setResponseContinuationTokenLimitInKb(int limitInKb) parameters: - description:

continuation token size limit.

name: limitInKb type: summary: >-

Sets the ResponseContinuationTokenLimitInKb" request option for document query requests in the Azure Cosmos DB service.

ResponseContinuationTokenLimitInKb is used to limit the length of continuation token in the query response. Valid values are>= 1.

The continuation token contains both required and optional fields. The required fields are necessary for resuming the execution from where it was stooped. The optional fields may contain serialized index lookup work that was done but not yet utilized. This avoids redoing the work again in subsequent continuations and hence improve the query performance. Setting the maximum continuation size to 1KB, the Azure Cosmos DB service will only serialize required fields. Starting from 2KB, the Azure Cosmos DB service would serialize as much as it could fit till it reaches the maximum specified size.

syntax: public void setResponseContinuationTokenLimitInKb(int limitInKb) uid: com.microsoft.azure.documentdb.FeedOptions.setResponseContinuationTokenLimitInKb(int) - fullName: com.microsoft.azure.documentdb.FeedOptions.setSessionToken(String sessionToken) name: setSessionToken(String sessionToken) nameWithType: FeedOptions.setSessionToken(String sessionToken) parameters: - description:

the session token.

name: sessionToken type: summary: >-

Sets the session token for use with session consistency.

syntax: public void setSessionToken(String sessionToken) uid: com.microsoft.azure.documentdb.FeedOptions.setSessionToken(String) nameWithType: FeedOptions syntax: public class FeedOptions extends FeedOptionsBase type: class uid: com.microsoft.azure.documentdb.FeedOptions fullName: com.microsoft.azure.documentdb.FeedOptions name: FeedOptions package: com.microsoft.azure.documentdb summary:

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

metadata: {}