Kinetica C# API
Version 7.1.10.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 391 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.FALSE = "false" |
Definition at line 411 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 409 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.TOTAL_NUMBER_OF_RECORDS = "total_number_of_records" |
Total number of records.
Definition at line 395 of file GetRecordsFromCollection.cs.
const string kinetica.RawGetRecordsFromCollectionResponse.Info.TRUE = "true" |
Definition at line 410 of file GetRecordsFromCollection.cs.