Google Cloud Datastore v1 API - Enum Mutation.Types.ConflictResolutionStrategy (4.14.0)

public enum Mutation.Types.ConflictResolutionStrategy

Reference documentation and code samples for the Google Cloud Datastore v1 API enum Mutation.Types.ConflictResolutionStrategy.

The possible ways to resolve a conflict detected in a mutation.

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Fields

Name Description
Fail

The whole commit request fails.

ServerValue

The server entity is kept.

StrategyUnspecified

Unspecified. Defaults to SERVER_VALUE.