IStructuredQuery

google.firestore.v1. IStructuredQuery

Properties of a StructuredQuery.

Properties:
Name Type Attributes Description
select google.firestore.v1.StructuredQuery.IProjection | null <optional>

StructuredQuery select

from Array.<google.firestore.v1.StructuredQuery.ICollectionSelector> | null <optional>

StructuredQuery from

where google.firestore.v1.StructuredQuery.IFilter | null <optional>

StructuredQuery where

orderBy Array.<google.firestore.v1.StructuredQuery.IOrder> | null <optional>

StructuredQuery orderBy

startAt google.firestore.v1.ICursor | null <optional>

StructuredQuery startAt

endAt google.firestore.v1.ICursor | null <optional>

StructuredQuery endAt

offset number | null <optional>

StructuredQuery offset

limit google.protobuf.IInt32Value | null <optional>

StructuredQuery limit