Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.GetRecordsBySeriesResponse< T > Class Template Reference

A set of results returned by Kinetica.getRecordsBySeries{T}(string,string,int,int,IDictionary{string, string}). More...

+ Inheritance diagram for kinetica.GetRecordsBySeriesResponse< T >:
+ Collaboration diagram for kinetica.GetRecordsBySeriesResponse< T >:

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...
 
IDictionary< string, string > info = new List<IList<T>>() [get, set]
 Additional information. 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...
 

Detailed Description

A set of results returned by Kinetica.getRecordsBySeries{T}(string,string,int,int,IDictionary{string, string}).

Template Parameters
TThe type of object being processed.

Definition at line 252 of file GetRecordsBySeries.cs.

Property Documentation

IList<IList<T> > kinetica.GetRecordsBySeriesResponse< T >.data = new List<string>()
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 274 of file GetRecordsBySeries.cs.

IDictionary<string, string> kinetica.GetRecordsBySeriesResponse< T >.info = new List<IList<T>>()
getset

Additional information.

Definition at line 277 of file GetRecordsBySeries.cs.

IList<string> kinetica.GetRecordsBySeriesResponse< T >.table_names
getset

The table name (one per series/track) of the returned series/tracks.

Definition at line 257 of file GetRecordsBySeries.cs.

IList<string> kinetica.GetRecordsBySeriesResponse< T >.type_names = new List<string>()
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 264 of file GetRecordsBySeries.cs.

IList<string> kinetica.GetRecordsBySeriesResponse< T >.type_schemas = new List<string>()
getset

The type schemas (one per series/track) of the returned series/tracks.

Definition at line 268 of file GetRecordsBySeries.cs.


The documentation for this class was generated from the following file: