Kinetica C# API  Version 6.2.0.1
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...
 
- 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 249 of file GetRecordsBySeries.cs.

Property Documentation

◆ data

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 271 of file GetRecordsBySeries.cs.

◆ table_names

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

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

Definition at line 254 of file GetRecordsBySeries.cs.

◆ type_names

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 261 of file GetRecordsBySeries.cs.

◆ type_schemas

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 265 of file GetRecordsBySeries.cs.


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