Enum CommitRequest.Types.Mode (3.2.0)

public enum Mode

The modes available for commits.

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Fields

NameDescription
NonTransactional

Non-transactional: The mutations may not apply as all or none.

Transactional

Transactional: The mutations are either all applied, or none are applied. Learn about transactions here.

Unspecified

Unspecified. This value must not be used.