StructuredQuery Object
StructuredQuery(
select = NULL,
from = NULL,
where = NULL,
orderBy = NULL,
startAt = NULL,
endAt = NULL,
offset = NULL,
limit = NULL
)
The projection to return
The collections to query
The filter to apply
The order to apply to the query results
A starting point for the query results
A end point for the query results
The number of results to skip
The maximum number of results to return
StructuredQuery object
Autogenerated via gar_create_api_objects
A Firestore query.