Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 725 Bytes

BatchUpsertRecordsRequest.md

File metadata and controls

12 lines (8 loc) · 725 Bytes

Com.Sajari.Sdk.Model.BatchUpsertRecordsRequest

Properties

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

[Back to Model list] [Back to API list] [Back to README]