TargetChange: TargetChange Object

View source: R/firestore_objects.R

TargetChangeR Documentation

TargetChange Object

Description

TargetChange Object

Usage

TargetChange(
  targetChangeType = NULL,
  cause = NULL,
  targetIds = NULL,
  readTime = NULL,
  resumeToken = NULL
)

Arguments

targetChangeType

The type of change that occurred

cause

The error that resulted in this change, if applicable

targetIds

The target IDs of targets that have changed

readTime

The consistent read_time for the given target_ids (omitted when the target_ids are not at a consistent snapshot)

resumeToken

A token that can be used to resume the stream for the given target_ids, or all targets if target_ids is empty

Details

Autogenerated via gar_create_api_objects Targets being watched have changed.

Value

TargetChange object


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