Show / Hide Table of Contents

Class GremlinGraphConflictResolutionPolicyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GremlinGraphConflictResolutionPolicyGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

GremlinGraphConflictResolutionPolicyGetArgs()

Declaration
public GremlinGraphConflictResolutionPolicyGetArgs()

Properties

View Source

ConflictResolutionPath

The conflict resolution path in the case of LastWriterWins mode.

Declaration
public Input<string> ConflictResolutionPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.