mqlBinary property
- @TagNumber(3)
mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each document is one stage in the pipeline. The pipeline is run on the "sensorData.readings" namespace, which holds the Viam organization's tabular data.
Implementation
@$pb.TagNumber(3)
$core.List<$core.List<$core.int>> get mqlBinary => $_getList(1);