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 |
---|---|
ConflictResolutionMode |
ConflictResolutionPolicy.getMode()
Gets the
ConflictResolutionMode in the Azure Cosmos DB service. |
static ConflictResolutionMode |
ConflictResolutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictResolutionMode[] |
ConflictResolutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.