ConflictResolutionPolicy interface

The conflict resolution policy for the container.

Properties

conflictResolutionPath

The conflict resolution path in the case of LastWriterWins mode.

conflictResolutionProcedure

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

mode

Indicates the conflict resolution mode.

Property Details

conflictResolutionPath

The conflict resolution path in the case of LastWriterWins mode.

conflictResolutionPath?: string

Property Value

string

conflictResolutionProcedure

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

conflictResolutionProcedure?: string

Property Value

string

mode

Indicates the conflict resolution mode.

mode?: string

Property Value

string