Go to the source code of this file.
|
class | kinetica.GetRecordsFromCollectionRequest |
| A set of parameters for Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>). More...
|
|
struct | kinetica.GetRecordsFromCollectionRequest.Encoding |
| Specifies the encoding for returned records; either 'binary' or 'json'. More...
|
|
struct | kinetica.GetRecordsFromCollectionRequest.Options |
|
-
RETURN_RECORD_IDS: If 'true' then return the internal record ID along with each returned record.
More...
|
|
class | kinetica.RawGetRecordsFromCollectionResponse |
| A set of results returned by Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>). More...
|
|
class | kinetica.GetRecordsFromCollectionResponse< T > |
| A set of results returned by Kinetica.getRecordsFromCollection<T>(string,long,long,IDictionary<string, string>). More...
|
|