Firestore in Datastore mode V1 API - Module Google::Cloud::Datastore::V1::CommitRequest::Mode (v1.8.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Firestore in Datastore mode V1 API module Google::Cloud::Datastore::V1::CommitRequest::Mode.
The modes available for commits.
Constants
MODE_UNSPECIFIED
value: 0 Unspecified. This value must not be used.
TRANSACTIONAL
value: 1 Transactional: The mutations are either all applied, or none are applied.
Learn about transactions
here.
NON_TRANSACTIONAL
value: 2 Non-transactional: The mutations may not apply as all or none.