WriteTxAsync(IEnumerable<Put>, IEnumerable<Update>, IEnumerable<Delete>, IEnumerable<ConditionCheck>)
public Task WriteTxAsync(IEnumerable<Put>? puts = null, IEnumerable<Update>? updates = null, IEnumerable<Delete>? deletes = null, IEnumerable<ConditionCheck>? conditionChecks = null) Transactionally performs write requests
Parameters
putsIEnumerable<Put>- Any puts to be performed
updatesIEnumerable<Update>- Any updated to be performed
deletesIEnumerable<Delete>- Any deletes to be performed
conditionChecksIEnumerable<ConditionCheck>- Any condition checks to be performed
