WriteRequest Object

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

Value

WriteRequest object

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.

See also

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