KineticaData - class to help with Avro Encoding for Kinetica
More...
KineticaData - class to help with Avro Encoding for Kinetica
Definition at line 14 of file KineticaData.cs.
◆ KineticaData() [1/2]
◆ KineticaData() [2/2]
kinetica.KineticaData.KineticaData |
( |
System.Type |
type = null | ) |
|
|
inline |
Default constructor, with optional System.Type
- Parameters
-
type | System.Type for this class to map |
Definition at line 44 of file KineticaData.cs.
◆ Get()
object kinetica.KineticaData.Get |
( |
int |
fieldPos | ) |
|
|
inline |
Retrieve a specific property from this object
- Parameters
-
fieldPos | Index of property to retrieve |
- Returns
- Value of the requested property
Definition at line 56 of file KineticaData.cs.
◆ Put()
void kinetica.KineticaData.Put |
( |
int |
fieldPos, |
|
|
object |
fieldValue |
|
) |
| |
|
inline |
Write a specific property to this object
- Parameters
-
fieldPos | Index of the property to write |
fieldValue | New value to be written |
Definition at line 66 of file KineticaData.cs.
◆ SchemaFromType()
static RecordSchema kinetica.KineticaData.SchemaFromType |
( |
System.Type |
t, |
|
|
KineticaType |
ktype = null |
|
) |
| |
|
inlinestatic |
◆ Schema
Schema kinetica.KineticaData.Schema |
|
get |
The documentation for this class was generated from the following file: