ConflictResolutionPolicy interface
The conflict resolution policy for the container.
Properties
conflict |
The conflict resolution path in the case of LastWriterWins mode. |
conflict |
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