Kinetica C# API
Version 7.2.3.0
|
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" |
A set of string constants for the parameter info.
Additional information.
Definition at line 292 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.FALSE = "false" |
Definition at line 310 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.HAS_MORE_RECORDS = "has_more_records" |
const string kinetica.RawGetRecordsFromCollectionResponse.Info.TOTAL_NUMBER_OF_RECORDS = "total_number_of_records" |
Total number of records.
Definition at line 295 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.TRUE = "true" |
Definition at line 309 of file GetRecordsFromCollection.cs.