results property
An ordered batch of results returned executing a pipeline.
The batch size is variable, and can even be zero for when only a partial progress message is returned.
The fields present in the returned documents are only those that were
explicitly requested in the pipeline, this includes those like
google.firestore.v1.Document.name and
google.firestore.v1.Document.update_time. This is
explicitly a divergence from Firestore.RunQuery / Firestore.GetDocument
RPCs which always return such fields even when they are not specified in
the google.firestore.v1.DocumentMask.
Implementation
final List<Document> results;