Uses of Class
com.azure.cosmos.models.CosmosReadManyByPartitionKeysRequestOptions
Packages that use CosmosReadManyByPartitionKeysRequestOptions
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 CosmosReadManyByPartitionKeysRequestOptions in com.azure.cosmos
Methods in com.azure.cosmos with parameters of type CosmosReadManyByPartitionKeysRequestOptionsModifier and TypeMethodDescription<T> CosmosPagedFlux<T>CosmosAsyncContainer.readManyByPartitionKeys(List<PartitionKey> partitionKeys, CosmosReadManyByPartitionKeysRequestOptions requestOptions, Class<T> classType) Reads many documents matching the provided partition key values.<T> CosmosPagedFlux<T>CosmosAsyncContainer.readManyByPartitionKeys(List<PartitionKey> partitionKeys, SqlQuerySpec customQuery, CosmosReadManyByPartitionKeysRequestOptions requestOptions, Class<T> classType) Reads many documents matching the provided partition key values with a custom query.<T> CosmosPagedIterable<T>CosmosContainer.readManyByPartitionKeys(List<PartitionKey> partitionKeys, CosmosReadManyByPartitionKeysRequestOptions requestOptions, Class<T> classType) Reads many documents matching the provided partition key values.<T> CosmosPagedIterable<T>CosmosContainer.readManyByPartitionKeys(List<PartitionKey> partitionKeys, SqlQuerySpec customQuery, CosmosReadManyByPartitionKeysRequestOptions requestOptions, Class<T> classType) Reads many documents matching the provided partition key values with a custom query. -
Uses of CosmosReadManyByPartitionKeysRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosReadManyByPartitionKeysRequestOptionsModifier and TypeMethodDescriptionCosmosReadManyByPartitionKeysRequestOptions.setAdditionalHeaders(Map<CosmosAdditionalHeaderName, String> additionalHeaders) Sets additional headers to be included with this specific request.CosmosReadManyByPartitionKeysRequestOptions.setContinuationToken(String continuationToken) Sets the composite continuation token used to resume a previousreadManyByPartitionKeysinvocation.CosmosReadManyByPartitionKeysRequestOptions.setCosmosEndToEndOperationLatencyPolicyConfig(CosmosEndToEndOperationLatencyPolicyConfig cosmosEndToEndOperationLatencyPolicyConfig) Sets theCosmosEndToEndOperationLatencyPolicyConfigto be used for the request.CosmosReadManyByPartitionKeysRequestOptions.setCustomItemSerializer(CosmosItemSerializer customItemSerializer) Sets a custom item serializer to be used for this operation.CosmosReadManyByPartitionKeysRequestOptions.setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the dedicated gateway request options.CosmosReadManyByPartitionKeysRequestOptions.setDiagnosticsThresholds(CosmosDiagnosticsThresholds operationSpecificThresholds) Allows overriding the diagnostic thresholds for a specific operation.CosmosReadManyByPartitionKeysRequestOptions.setExcludedRegions(List<String> excludeRegions) List of regions to be excluded for the request/retries.CosmosReadManyByPartitionKeysRequestOptions.setKeywordIdentifiers(Set<String> keywordIdentifiers) Sets the custom keyword identifiers.CosmosReadManyByPartitionKeysRequestOptions.setMaxBackendContinuationTokenSizeInKb(int limitInKb) Sets the maximum size (in kilobytes) of the backend continuation token embedded inside the compositereadManyByPartitionKeyscontinuation token.CosmosReadManyByPartitionKeysRequestOptions.setMaxBatchSize(int maxBatchSize) Sets the maximum number of partition key values per batch query sent to a single physical partition.CosmosReadManyByPartitionKeysRequestOptions.setMaxConcurrentBatchPrefetch(int maxConcurrentBatchPrefetch) Sets the maximum number of per-physical-partition batches whose first page is prefetched concurrently.CosmosReadManyByPartitionKeysRequestOptions.setMaxItemCount(int maxItemCount) Sets the maximum number of items returned in a single page.CosmosReadManyByPartitionKeysRequestOptions.setQueryMetricsEnabled(boolean queryMetricsEnabled) Sets the option to enable/disable query metrics.CosmosReadManyByPartitionKeysRequestOptions.setReadConsistencyStrategy(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosReadManyByPartitionKeysRequestOptions.setSessionToken(String sessionToken) Sets the session token for use with session consistency.CosmosReadManyByPartitionKeysRequestOptions.setThresholdForDiagnosticsOnTracer(Duration thresholdForDiagnosticsOnTracer) Sets the latency threshold for diagnostics on tracer.CosmosReadManyByPartitionKeysRequestOptions.setThroughputControlGroupName(String throughputControlGroupName) Sets the throughput control group name.