Show / Hide Table of Contents

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 Source

ConflictResolutionPath

The conflict resolution path in the case of LastWriterWins mode.

Declaration
public readonly string ConflictResolutionPath
Field Value
Type Description
System.String
View Source

ConflictResolutionProcedure

The procedure to resolve conflicts in the case of custom mode.

Declaration
public readonly string ConflictResolutionProcedure
Field Value
Type Description
System.String
View Source

Mode

Indicates the conflict resolution mode. Possible values include: LastWriterWins, Custom.

Declaration
public readonly string Mode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.