Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateProjectionResponse.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_PROJECTION_NAME = "qualified_projection_name"
 The fully qualified name of the projection (i.e. More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 1038 of file CreateProjection.cs.

Member Data Documentation

◆ COUNT

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

Number of records in the final table

Definition at line 1041 of file CreateProjection.cs.

◆ QUALIFIED_PROJECTION_NAME

const string kinetica.CreateProjectionResponse.Info.QUALIFIED_PROJECTION_NAME = "qualified_projection_name"

The fully qualified name of the projection (i.e.

including the schema).

Definition at line 1045 of file CreateProjection.cs.


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