ConflictResolutionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the conflict resolution mode.
public readonly struct ConflictResolutionMode : IEquatable<Azure.ResourceManager.CosmosDB.Models.ConflictResolutionMode>
type ConflictResolutionMode = struct
Public Structure ConflictResolutionMode
Implements IEquatable(Of ConflictResolutionMode)
- Inheritance
-
ConflictResolutionMode
- Implements
Constructors
ConflictResolutionMode(String) |
Initializes a new instance of ConflictResolutionMode. |
Properties
Custom |
Custom. |
LastWriterWins |
LastWriterWins. |
Methods
Equals(ConflictResolutionMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConflictResolutionMode, ConflictResolutionMode) |
Determines if two ConflictResolutionMode values are the same. |
Implicit(String to ConflictResolutionMode) |
Converts a String to a ConflictResolutionMode. |
Inequality(ConflictResolutionMode, ConflictResolutionMode) |
Determines if two ConflictResolutionMode values are not the same. |
Applies to
Azure SDK for .NET