transactionInfo property

TransactionInfo? transactionInfo
getter/setter pair

[Alpha] Information of the multi-statement transaction if this job is part of one.

This property is only expected on a child job or a job that is in a session. A script parent job is not part of the transaction started in the script.

Output only.

Implementation

TransactionInfo? transactionInfo;