cursor property
A cursor that points to the position after the result entity.
Set only when the EntityResult is part of a QueryResultBatch message.
Implementation
@$pb.TagNumber(3)
$core.List<$core.int> get cursor => $_getN(1);
A cursor that points to the position after the result entity.
Set only when the EntityResult is part of a QueryResultBatch message.
@$pb.TagNumber(3)
$core.List<$core.int> get cursor => $_getN(1);