Enum CommitRequest.Types.Mode (3.2.0)

See more code actions.
public enum Mode

The modes available for commits.

Google.Cloud.Datastore.V1

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.