mode property
The type of commit to perform.
Defaults to TRANSACTIONAL
.
Possible string values are:
- "MODE_UNSPECIFIED" : Unspecified. This value must not be used.
- "TRANSACTIONAL" : Transactional: The mutations are either all applied, or none are applied. Learn about transactions here.
- "NON_TRANSACTIONAL" : Non-transactional: The mutations may not apply as all or none.
Implementation
core.String? mode;