Uses of Class
com.azure.cosmos.models.DedicatedGatewayRequestOptions
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of DedicatedGatewayRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosItemRequestOptions.getDedicatedGatewayRequestOptions()
Gets the Dedicated Gateway Request OptionsCosmosQueryRequestOptions.getDedicatedGatewayRequestOptions()
Gets the Dedicated Gateway Request OptionsCosmosReadManyRequestOptions.getDedicatedGatewayRequestOptions()
Gets the Dedicated Gateway Request OptionsDedicatedGatewayRequestOptions.setIntegratedCacheBypassed
(boolean bypassIntegratedCache) Sets if integrated cache should be enabled or bypassed for the request in Azure CosmosDB service.DedicatedGatewayRequestOptions.setMaxIntegratedCacheStaleness
(Duration maxIntegratedCacheStaleness) Sets the staleness value associated with the request in the Azure CosmosDB service.Modifier and TypeMethodDescriptionCosmosItemRequestOptions.setDedicatedGatewayRequestOptions
(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request OptionsCosmosQueryRequestOptions.setDedicatedGatewayRequestOptions
(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request OptionsCosmosReadManyRequestOptions.setDedicatedGatewayRequestOptions
(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request Options