Package | Description |
---|---|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
DedicatedGatewayRequestOptions |
CosmosItemRequestOptions.getDedicatedGatewayRequestOptions()
Gets the Dedicated Gateway Request Options
|
DedicatedGatewayRequestOptions |
CosmosQueryRequestOptions.getDedicatedGatewayRequestOptions()
Gets the Dedicated Gateway Request Options
|
DedicatedGatewayRequestOptions |
DedicatedGatewayRequestOptions.setMaxIntegratedCacheStaleness(Duration maxIntegratedCacheStaleness)
Sets the staleness value associated with the request in the Azure CosmosDB service.
|
Modifier and Type | Method and Description |
---|---|
CosmosItemRequestOptions |
CosmosItemRequestOptions.setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions)
Sets the Dedicated Gateway Request Options
|
CosmosQueryRequestOptions |
CosmosQueryRequestOptions.setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions dedicatedGatewayRequestOptions)
Sets the Dedicated Gateway Request Options
|
Copyright © 2021 Microsoft Corporation. All rights reserved.