Kinetica   C#   API  Version 7.2.3.0
kinetica.AggregateMinMaxResponse.Info Struct Reference

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

Public Attributes

const string MIN_STRING = "min_string"
 The minimum value of column_name when it is a char type More...
 
const string MAX_STRING = "max_string"
 The maximum value of column_name when it is a char type More...
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 69 of file AggregateMinMax.cs.

Member Data Documentation

◆ MAX_STRING

const string kinetica.AggregateMinMaxResponse.Info.MAX_STRING = "max_string"

The maximum value of column_name when it is a char type

Definition at line 79 of file AggregateMinMax.cs.

◆ MIN_STRING

const string kinetica.AggregateMinMaxResponse.Info.MIN_STRING = "min_string"

The minimum value of column_name when it is a char type

Definition at line 74 of file AggregateMinMax.cs.


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