Kinetica C# API
Version 6.0.1.0
|
A set of results returned by /get/records/byseries. 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... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
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 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 /get/records/byseries.
T | The type of object being processed. |
Definition at line 199 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 221 of file GetRecordsBySeries.cs.
|
getset |
The table name (one per series/track) of the returned series/tracks.
Definition at line 204 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 211 of file GetRecordsBySeries.cs.
|
getset |
The type schemas (one per series/track) of the returned series/tracks.
Definition at line 215 of file GetRecordsBySeries.cs.