Kinetica C# API
Version 6.2.0.1
|
A set of results returned by Kinetica.getRecordsBySeries<T>(string,string,int,int,IDictionary<string, string>). More...
Properties | |
IList< string > | table_names [get, set] |
The table name (one per series/track) of the returned series/tracks. More... | |
IList< string > | type_names = new List<string>() [get, set] |
The type IDs (one per series/track) of the returned series/tracks. More... | |
IList< string > | type_schemas = new List<string>() [get, set] |
The type schemas (one per series/track) of the returned series/tracks. More... | |
IList< IList< T > > | data = new List<string>() [get, set] |
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list). More... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
Public Member Functions inherited from kinetica.KineticaData | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Static Public Member Functions inherited from kinetica.KineticaData | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.getRecordsBySeries<T>(string,string,int,int,IDictionary<string, string>).
T | The type of object being processed. |
Definition at line 249 of file GetRecordsBySeries.cs.
|
getset |
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).
Otherwise, empty list-of-lists.
Definition at line 271 of file GetRecordsBySeries.cs.
|
getset |
The table name (one per series/track) of the returned series/tracks.
Definition at line 254 of file GetRecordsBySeries.cs.
|
getset |
The type IDs (one per series/track) of the returned series/tracks.
This is useful when is a collection and the returned series/tracks belong to tables with different types.
Definition at line 261 of file GetRecordsBySeries.cs.
|
getset |
The type schemas (one per series/track) of the returned series/tracks.
Definition at line 265 of file GetRecordsBySeries.cs.