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

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

Additional information.

  • COUNT: Number of records in the final table
  • QUALIFIED_TABLE_NAME: The fully qualified name of the result table (i.e. including the schema)

The default value is an empty Dictionary. A set of string constants for the parameter <member name="info">.

Definition at line 907 of file CreateUnion.cs.

Member Data Documentation

const string kinetica.CreateUnionResponse.Info.COUNT = "count"

Number of records in the final table

Definition at line 911 of file CreateUnion.cs.

const string kinetica.CreateUnionResponse.Info.QUALIFIED_TABLE_NAME = "qualified_table_name"

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

including the schema)

Definition at line 915 of file CreateUnion.cs.


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