Class GremlinGraphConflictResolutionPolicy
Inheritance
System.Object
GremlinGraphConflictResolutionPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.CosmosDB.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GremlinGraphConflictResolutionPolicy
Fields
View SourceConflictResolutionPath
The conflict resolution path in the case of LastWriterWins mode.
Declaration
public readonly string ConflictResolutionPath
Field Value
| Type | Description |
|---|---|
| System.String |
ConflictResolutionProcedure
The procedure to resolve conflicts in the case of custom mode.
Declaration
public readonly string ConflictResolutionProcedure
Field Value
| Type | Description |
|---|---|
| System.String |
Mode
Indicates the conflict resolution mode. Possible values include: LastWriterWins, Custom.
Declaration
public readonly string Mode
Field Value
| Type | Description |
|---|---|
| System.String |