Kinetica   C#   API  Version 7.2.3.1
RawExecuteSqlResponse.Info Struct Reference

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

Public Attributes

const string COUNT = "count"
 Number of records without final limits applied. More...
 
const string RESULT_TABLE_LIST = "result_table_list"
 List of tables, comma-separated, in addition to the paging_table, created as result of the query. More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 1591 of file ExecuteSql.cs.

Member Data Documentation

◆ COUNT

const string RawExecuteSqlResponse.Info.COUNT = "count"

Number of records without final limits applied.

Definition at line 1594 of file ExecuteSql.cs.

◆ RESULT_TABLE_LIST

const string RawExecuteSqlResponse.Info.RESULT_TABLE_LIST = "result_table_list"

List of tables, comma-separated, in addition to the paging_table, created as result of the query.

These should be cleared by the caller when they are done querying.

Definition at line 1600 of file ExecuteSql.cs.


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