allowTransactionalWrites property
Whether or not CheckAndMutateRow
and ReadModifyWriteRow
requests are
allowed by this app profile.
It is unsafe to send these requests to the same table/row/column in multiple clusters.
Implementation
core.bool? allowTransactionalWrites;