Uses of Class
com.azure.cosmos.models.DedicatedGatewayRequestOptions
Packages that use DedicatedGatewayRequestOptions
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of DedicatedGatewayRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return DedicatedGatewayRequestOptionsModifier and TypeMethodDescriptionCosmosItemRequestOptions.getDedicatedGatewayRequestOptions()Gets the Dedicated Gateway Request OptionsCosmosQueryRequestOptions.getDedicatedGatewayRequestOptions()Gets the Dedicated Gateway Request OptionsDedicatedGatewayRequestOptions.setMaxIntegratedCacheStaleness(Duration maxIntegratedCacheStaleness) Sets the staleness value associated with the request in the Azure CosmosDB service.Methods in com.azure.cosmos.models with parameters of type DedicatedGatewayRequestOptionsModifier and TypeMethodDescriptionCosmosItemRequestOptions.setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request OptionsCosmosQueryRequestOptions.setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions) Sets the Dedicated Gateway Request Options