singleUseTransaction property

TransactionOptions? singleUseTransaction
getter/setter pair

Options for beginning a new transaction for this request.

The transaction is committed when the request completes. If specified, TransactionOptions.mode must be TransactionOptions.ReadWrite.

Implementation

TransactionOptions? singleUseTransaction;