StructuredQuery Object

StructuredQuery(
  select = NULL,
  from = NULL,
  where = NULL,
  orderBy = NULL,
  startAt = NULL,
  endAt = NULL,
  offset = NULL,
  limit = NULL
)

Arguments

select

The projection to return

from

The collections to query

where

The filter to apply

orderBy

The order to apply to the query results

startAt

A starting point for the query results

endAt

A end point for the query results

offset

The number of results to skip

limit

The maximum number of results to return

Value

StructuredQuery object

Details

Autogenerated via gar_create_api_objects A Firestore query.