WriteRequest: WriteRequest Object

View source: R/firestore_objects.R

WriteRequestR Documentation

WriteRequest Object

Description

WriteRequest Object

Usage

WriteRequest(writes = NULL, streamToken = NULL, labels = NULL, streamId = NULL)

Arguments

writes

The writes to apply

streamToken

A stream token that was previously sent by the server

labels

Labels associated with this write request

streamId

The ID of the write stream to resume

Details

Autogenerated via gar_create_api_objects The request for Firestore.Write. The first request creates a stream, or resumes an existing one from a token. When creating a new stream, the server replies with a response containing only an ID and a token, to use in the next request. When resuming a stream, the server first streams any responses later than the given token, then a response containing only an up-to-date token, to use in the next request.

Value

WriteRequest object

See Also

Other WriteRequest functions: projects.databases.documents.write()


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