RunQueryResponse: RunQueryResponse Object

View source: R/firestore_objects.R

RunQueryResponseR Documentation

RunQueryResponse Object

Description

RunQueryResponse Object

Usage

RunQueryResponse(
  transaction = NULL,
  skippedResults = NULL,
  readTime = NULL,
  document = NULL
)

Arguments

transaction

The transaction that was started as part of this request

skippedResults

The number of results that have been skipped due to an offset between the last response and the current response

readTime

The time at which the document was read

document

A query result

Details

Autogenerated via gar_create_api_objects The response for Firestore.RunQuery.

Value

RunQueryResponse object


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