transaction property

  1. @TagNumber(4)
List<int> transaction

Run the aggregation within an already active transaction.

The value here is the opaque transaction ID to execute the query in.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get transaction => $_getN(2);
  1. @TagNumber(4)
void transaction=(List<int> v)

Implementation

@$pb.TagNumber(4)
set transaction($core.List<$core.int> v) {
  $_setBytes(2, v);
}