DocumentChange: DocumentChange Object

View source: R/firestore_objects.R

DocumentChangeR Documentation

DocumentChange Object

Description

DocumentChange Object

Usage

DocumentChange(targetIds = NULL, removedTargetIds = NULL, document = NULL)

Arguments

targetIds

A set of target IDs of targets that match this document

removedTargetIds

A set of target IDs for targets that no longer match this document

document

The new state of the Document

Details

Autogenerated via gar_create_api_objects A Document has changed. May be the result of multiple writes, including deletes, that ultimately resulted in a new value for the Document. Multiple DocumentChange messages may be returned for the same logical change, if multiple targets are affected.

Value

DocumentChange object


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