Share via


ConflictResolutionMode Struct

Definition

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