StructuredQuery: StructuredQuery Object

View source: R/firestore_objects.R

StructuredQueryR Documentation

StructuredQuery Object

Description

StructuredQuery Object

Usage

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

Details

Autogenerated via gar_create_api_objects A Firestore query.

Value

StructuredQuery object


robonomist/googleFirestore documentation built on Jan. 30, 2023, 6:39 p.m.