dot-update_table_data: Replace/update table contents = input data must have ROW_ID...

.update_table_dataR Documentation

Replace/update table contents = input data must have ROW_ID and ROW_VERSION columns to update, otherwise will append data.

Description

Replace/update table contents = input data must have ROW_ID and ROW_VERSION columns to update, otherwise will append data.

Usage

.update_table_data(table_id, new_data, etag = NULL)

Arguments

table_id

The synapse id of the table to update.

new_data

The updated table.

etag

An etag of the latest version of the table. If not provided, will query table_id to retrieve latest etag.


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.