|
Kinetica C# API
Version 7.2.3.1
|
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 366 of file GetRecordsFromCollection.cs.
| const string GetRecordsFromCollectionResponse< T >.Info.FALSE = "false" |
Definition at line 384 of file GetRecordsFromCollection.cs.
| const string GetRecordsFromCollectionResponse< T >.Info.HAS_MORE_RECORDS = "has_more_records" |
| const string GetRecordsFromCollectionResponse< T >.Info.TOTAL_NUMBER_OF_RECORDS = "total_number_of_records" |
Total number of records.
Definition at line 369 of file GetRecordsFromCollection.cs.
| const string GetRecordsFromCollectionResponse< T >.Info.TRUE = "true" |
Definition at line 383 of file GetRecordsFromCollection.cs.