Uses of Class
com.microsoft.azure.management.cosmosdb.ConflictResolutionPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of ConflictResolutionPolicy in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionGremlinGraphResource.conflictResolutionPolicy()
Get the conflict resolution policy for the graph.SqlContainerResource.conflictResolutionPolicy()
Get the conflict resolution policy for the container.ConflictResolutionPolicy.withConflictResolutionPath
(String conflictResolutionPath) Set the conflict resolution path in the case of LastWriterWins mode.ConflictResolutionPolicy.withConflictResolutionProcedure
(String conflictResolutionProcedure) Set the procedure to resolve conflicts in the case of custom mode.ConflictResolutionPolicy.withMode
(ConflictResolutionMode mode) Set indicates the conflict resolution mode.Modifier and TypeMethodDescriptionGremlinGraphResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflict resolution policy for the graph.SqlContainerResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflict resolution policy for the container.