DocumentDelete: DocumentDelete Object

View source: R/firestore_objects.R

DocumentDeleteR Documentation

DocumentDelete Object

Description

DocumentDelete Object

Usage

DocumentDelete(readTime = NULL, removedTargetIds = NULL, document = NULL)

Arguments

readTime

The read timestamp at which the delete was observed

removedTargetIds

A set of target IDs for targets that previously matched this entity

document

The resource name of the Document that was deleted

Details

Autogenerated via gar_create_api_objects A Document has been deleted. May be the result of multiple writes, including updates, the last of which deleted the Document. Multiple DocumentDelete messages may be returned for the same logical delete, if multiple targets are affected.

Value

DocumentDelete object


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