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

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

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

Classes

struct  Info
 Additional information. More...
 

Properties

string table_name [get, set]
 Value of . More...
 
IList< string > type_names [get, set]
 The type IDs of the corresponding records in <member name="records_binary"> or <member name="records_json">. More...
 
IList< T > data = new List<string>() [get, set]
 If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection. More...
 
IList< string > record_ids = new List<T>() [get, set]
 If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object. More...
 
IDictionary< string, string > info = new List<string>() [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.getRecordsFromCollection{T}(string,long,long,IDictionary{string, string}).

Template Parameters
TThe type of object being processed.

Definition at line 429 of file GetRecordsFromCollection.cs.

Property Documentation

IList<T> kinetica.GetRecordsFromCollectionResponse< T >.data = new List<string>()
getset

If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.

Otherwise, empty list.

Definition at line 498 of file GetRecordsFromCollection.cs.

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

Additional information.

The default value is an empty Dictionary.

Definition at line 530 of file GetRecordsFromCollection.cs.

IList<string> kinetica.GetRecordsFromCollectionResponse< T >.record_ids = new List<T>()
getset

If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.

Otherwise it will be empty.

Definition at line 503 of file GetRecordsFromCollection.cs.

string kinetica.GetRecordsFromCollectionResponse< T >.table_name
getset

Value of .

Definition at line 485 of file GetRecordsFromCollection.cs.

IList<string> kinetica.GetRecordsFromCollectionResponse< T >.type_names
getset

The type IDs of the corresponding records in <member name="records_binary"> or <member name="records_json">.

This is useful when is a heterogeneous collection (collections containing tables of different types).

Definition at line 493 of file GetRecordsFromCollection.cs.


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