Interface protos.google.firestore.v1.IStructuredQuery (0.2.0)

Properties of a StructuredQuery.

Package

@google-cloud/firestore-api

Properties

endAt

endAt?: (google.firestore.v1.ICursor|null);

StructuredQuery endAt

findNearest

findNearest?: (google.firestore.v1.StructuredQuery.IFindNearest|null);

StructuredQuery findNearest

from

from?: (google.firestore.v1.StructuredQuery.ICollectionSelector[]|null);

StructuredQuery from

limit

limit?: (google.protobuf.IInt32Value|null);

StructuredQuery limit

offset

offset?: (number|null);

StructuredQuery offset

orderBy

orderBy?: (google.firestore.v1.StructuredQuery.IOrder[]|null);

StructuredQuery orderBy

select

select?: (google.firestore.v1.StructuredQuery.IProjection|null);

StructuredQuery select

startAt

startAt?: (google.firestore.v1.ICursor|null);

StructuredQuery startAt

where

where?: (google.firestore.v1.StructuredQuery.IFilter|null);

StructuredQuery where