Kinetica   C#   API  Version 7.2.3.0
kinetica.GetRecordsFromCollectionResponse< T >.Info Struct Reference

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

Public Attributes

const string TOTAL_NUMBER_OF_RECORDS = "total_number_of_records"
 Total number of records. More...
 
const string HAS_MORE_RECORDS = "has_more_records"
 Too many records. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter info.

Additional information.

Definition at line 381 of file GetRecordsFromCollection.cs.

Member Data Documentation

◆ FALSE

const string kinetica.GetRecordsFromCollectionResponse< T >.Info.FALSE = "false"

Definition at line 399 of file GetRecordsFromCollection.cs.

◆ HAS_MORE_RECORDS

const string kinetica.GetRecordsFromCollectionResponse< T >.Info.HAS_MORE_RECORDS = "has_more_records"

Too many records.

Supported values:

Definition at line 396 of file GetRecordsFromCollection.cs.

◆ TOTAL_NUMBER_OF_RECORDS

const string kinetica.GetRecordsFromCollectionResponse< T >.Info.TOTAL_NUMBER_OF_RECORDS = "total_number_of_records"

Total number of records.

Definition at line 384 of file GetRecordsFromCollection.cs.

◆ TRUE

const string kinetica.GetRecordsFromCollectionResponse< T >.Info.TRUE = "true"

Definition at line 398 of file GetRecordsFromCollection.cs.


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