Kinetica   C#   API  Version 7.2.3.1
InsertRecordsResponse.Info Struct Reference

A set of string constants for the parameter info. More...

Public Attributes

const string BAD_RECORD_INDICES = "bad_record_indices"
 If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based). More...
 
const string ERROR_N = "error_N"
 Error message for record at index N (0-based). More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 1502 of file InsertRecords.cs.

Member Data Documentation

◆ BAD_RECORD_INDICES

const string InsertRecordsResponse.Info.BAD_RECORD_INDICES = "bad_record_indices"

If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based).

Definition at line 1507 of file InsertRecords.cs.

◆ ERROR_N

const string InsertRecordsResponse.Info.ERROR_N = "error_N"

Error message for record at index N (0-based).

Definition at line 1510 of file InsertRecords.cs.


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