Kinetica   C#   API  Version 7.2.3.1
CreateUnionResponse.Info Struct Reference

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

Public Attributes

const string COUNT = "count"
 Number of records in the final table. More...
 
const string QUALIFIED_TABLE_NAME = "qualified_table_name"
 The fully qualified name of the result table (i.e. More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 979 of file CreateUnion.cs.

Member Data Documentation

◆ COUNT

const string CreateUnionResponse.Info.COUNT = "count"

Number of records in the final table.

Definition at line 982 of file CreateUnion.cs.

◆ QUALIFIED_TABLE_NAME

const string CreateUnionResponse.Info.QUALIFIED_TABLE_NAME = "qualified_table_name"

The fully qualified name of the result table (i.e.

including the schema).

Definition at line 986 of file CreateUnion.cs.


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