Kinetica C# API
Version 7.0.19.0
|
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" |
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.
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.