Kinetica   C#   API  Version 7.2.3.0
kinetica.InsertRecordsRequest< T > Class Template Reference

A set of parameters for Kinetica.insertRecords. More...

Classes

struct  Options
 A set of string constants for the parameter options. More...
 

Detailed Description

A set of parameters for Kinetica.insertRecords.

Adds multiple records to the specified table. The operation is synchronous, meaning that a response will not be returned until all the records are fully inserted and available. The response payload provides the counts of the number of records actually inserted and/or updated, and can provide the unique identifier of each added record.

The options parameter can be used to customize this function's behavior.

The UPDATE_ON_EXISTING_PK option specifies the record collision policy for inserting into a table with a primary key, but is ignored if no primary key exists.

The RETURN_RECORD_IDS option indicates that the database should return the unique identifiers of inserted records.

Template Parameters
TThe type of object being processed.

Definition at line 926 of file InsertRecords.cs.


The documentation for this class was generated from the following file: