conflictResolutionStrategy property

String? conflictResolutionStrategy
getter/setter pair

The strategy to use when a conflict is detected.

Defaults to SERVER_VALUE. If this is set, then conflict_detection_strategy must also be set. Possible string values are:

  • "STRATEGY_UNSPECIFIED" : Unspecified. Defaults to SERVER_VALUE.
  • "SERVER_VALUE" : The server entity is kept.
  • "FAIL" : The whole commit request fails.

Implementation

core.String? conflictResolutionStrategy;