Uses of Class
com.azure.cosmos.models.CosmosReadManyRequestOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosReadManyRequestOptions in com.azure.cosmos
Modifier and TypeMethodDescription<T> Mono<FeedResponse<T>>
CosmosAsyncContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, CosmosReadManyRequestOptions requestOptions, Class<T> classType) Reads many documents.<T> FeedResponse<T>
CosmosContainer.readMany
(List<CosmosItemIdentity> itemIdentityList, CosmosReadManyRequestOptions options, Class<T> classType) Reads many documents. -
Uses of CosmosReadManyRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosReadManyRequestOptions.setConsistencyLevel
(ConsistencyLevel consistencyLevel) Sets the consistency level required for the request.CosmosReadManyRequestOptions.setCosmosEndToEndOperationLatencyPolicyConfig
(CosmosEndToEndOperationLatencyPolicyConfig cosmosEndToEndOperationLatencyPolicyConfig) Sets theCosmosEndToEndOperationLatencyPolicyConfig
to be used for the request.CosmosReadManyRequestOptions.setDedicatedGatewayRequestOptions
(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request OptionsCosmosReadManyRequestOptions.setDiagnosticsThresholds
(CosmosDiagnosticsThresholds operationSpecificThresholds) Allows overriding the diagnostic thresholds for a specific operation.CosmosReadManyRequestOptions.setExcludedRegions
(List<String> excludeRegions) List of regions to be excluded for the request/retries.CosmosReadManyRequestOptions.setIndexMetricsEnabled
(boolean indexMetricsEnabled) Sets indexMetricsEnabled, which is used to obtain the index metrics to understand how the query engine used existing indexes and could use potential new indexes.CosmosReadManyRequestOptions.setQueryMetricsEnabled
(boolean queryMetricsEnabled) Sets the option to enable/disable getting metrics relating to query execution on item query requests.CosmosReadManyRequestOptions.setResponseContinuationTokenLimitInKb
(int limitInKb) Sets the ResponseContinuationTokenLimitInKb request option for item query requests in the Azure Cosmos DB service.CosmosReadManyRequestOptions.setSessionToken
(String sessionToken) Sets the session token for use with session consistency.CosmosReadManyRequestOptions.setThresholdForDiagnosticsOnTracer
(Duration thresholdForDiagnosticsOnTracer) Sets the thresholdForDiagnosticsOnTracer, if latency on query operation is greater than this diagnostics will be send to open telemetry exporter as events in tracer span of end to end CRUD api.CosmosReadManyRequestOptions.setThroughputControlGroupName
(String throughputControlGroupName) Set the throughput control group name.