Uses of Class
com.azure.resourcemanager.cosmos.models.ConflictResolutionMode
Packages that use ConflictResolutionMode
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ConflictResolutionMode in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ConflictResolutionModeModifier and TypeFieldDescriptionstatic final ConflictResolutionModeConflictResolutionMode.CUSTOMStatic value Custom for ConflictResolutionMode.static final ConflictResolutionModeConflictResolutionMode.LAST_WRITER_WINSStatic value LastWriterWins for ConflictResolutionMode.Methods in com.azure.resourcemanager.cosmos.models that return ConflictResolutionModeModifier and TypeMethodDescriptionstatic ConflictResolutionModeConflictResolutionMode.fromString(String name) Creates or finds a ConflictResolutionMode from its string representation.ConflictResolutionPolicy.mode()Get the mode property: Indicates the conflict resolution mode.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ConflictResolutionModeModifier and TypeMethodDescriptionstatic Collection<ConflictResolutionMode> ConflictResolutionMode.values()Gets known ConflictResolutionMode values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ConflictResolutionModeModifier and TypeMethodDescriptionConflictResolutionPolicy.withMode(ConflictResolutionMode mode) Set the mode property: Indicates the conflict resolution mode.