newTransaction property

TransactionOptions? newTransaction
getter/setter pair

Options for beginning a new transaction for this request.

The new transaction identifier will be returned in the corresponding response as either LookupResponse.transaction or RunQueryResponse.transaction.

Implementation

TransactionOptions? newTransaction;