Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setIfNoneMatchETag(String ifNoneMatchETag)
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setPartitionKey(PartitionKey partitionKey)
Sets the partition key used to identify the current request's target partition.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setScriptLoggingEnabled(boolean scriptLoggingEnabled)
Sets whether Javascript stored procedure logging is enabled for the current request in the Azure Cosmos DB database
service or not.
|
CosmosStoredProcedureRequestOptions |
CosmosStoredProcedureRequestOptions.setSessionToken(String sessionToken)
Sets the token for use with session consistency.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.