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
| Name | Description |
|---|---|
| ConflictResolutionMode(String) |
Initializes a new instance of ConflictResolutionMode. |
Properties
| Name | Description |
|---|---|
| Custom |
Custom. |
| LastWriterWins |
LastWriterWins. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |