Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.InsertRecordsResponse.Info Struct Reference

Additional information. 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

Additional information.

  • BAD_RECORD_INDICES: If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based)
  • ERROR_N: Error message for record at index N (0-based)


A set of string constants for the parameter <member name="info">.

Definition at line 1924 of file InsertRecords.cs.

Member Data Documentation

const string kinetica.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 1930 of file InsertRecords.cs.

const string kinetica.InsertRecordsResponse.Info.ERROR_N = "error_N"

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

Definition at line 1934 of file InsertRecords.cs.


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