conflictDetection property

ConflictDetectionType? conflictDetection
final

The Conflict Detection strategy to use.

  • VERSION: Detect conflicts based on object versions for this resolver.
  • NONE: Do not detect conflicts when executing this resolver.

Implementation

final ConflictDetectionType? conflictDetection;