Class GremlinGraphConflictResolutionPolicyGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GremlinGraphConflictResolutionPolicyGetArgs : ResourceArgs
Constructors
View SourceGremlinGraphConflictResolutionPolicyGetArgs()
Declaration
public GremlinGraphConflictResolutionPolicyGetArgs()
Properties
View SourceConflictResolutionPath
The conflict resolution path in the case of LastWriterWins mode.
Declaration
public Input<string> ConflictResolutionPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConflictResolutionProcedure
The procedure to resolve conflicts in the case of custom mode.
Declaration
public Input<string> ConflictResolutionProcedure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mode
Indicates the conflict resolution mode. Possible values include: LastWriterWins, Custom.
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |