Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.GetRecordsFromCollectionResponse< T >.Info Struct Reference

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

Additional information.

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

Definition at line 459 of file GetRecordsFromCollection.cs.

Member Data Documentation

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

Definition at line 479 of file GetRecordsFromCollection.cs.

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

Too many records.

Returned a partial set. Supported values:

Definition at line 477 of file GetRecordsFromCollection.cs.

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

Total number of records.

Definition at line 463 of file GetRecordsFromCollection.cs.

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

Definition at line 478 of file GetRecordsFromCollection.cs.


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