Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 549 Bytes

BatchUpsertRecordsRequest.md

File metadata and controls

15 lines (7 loc) · 549 Bytes

BatchUpsertRecordsRequest

Properties

Name Type Description Notes
pipeline BatchUpsertRecordsRequestPipeline [optional]
records java.util.List<Object> A list of records to upsert. A maximum of 200 records can be upsert in a batch.
variables Map<String, Object> The initial values for the variables the pipeline operates on and transforms throughout its steps. [optional]