Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.RawGetRecordsFromCollectionResponse.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 341 of file GetRecordsFromCollection.cs.

Member Data Documentation

const string kinetica.RawGetRecordsFromCollectionResponse.Info.FALSE = "false"

Definition at line 361 of file GetRecordsFromCollection.cs.

const string kinetica.RawGetRecordsFromCollectionResponse.Info.HAS_MORE_RECORDS = "has_more_records"

Too many records.

Returned a partial set. Supported values:

Definition at line 359 of file GetRecordsFromCollection.cs.

const string kinetica.RawGetRecordsFromCollectionResponse.Info.TOTAL_NUMBER_OF_RECORDS = "total_number_of_records"

Total number of records.

Definition at line 345 of file GetRecordsFromCollection.cs.

const string kinetica.RawGetRecordsFromCollectionResponse.Info.TRUE = "true"

Definition at line 360 of file GetRecordsFromCollection.cs.


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