Kinetica C# API
Version 7.2.3.0
|
Reader wrapper class for reading data and storing into specific classes More...
Public Member Functions | |
SpecificReader (Schema writerSchema, Schema readerSchema) | |
Constructs a generic reader for the given schemas using the DefaultReader. More... | |
SpecificReader (SpecificDefaultReader reader) | |
T | Read (T reuse, Decoder dec) |
Generic read function More... | |
Properties | |
Schema | WriterSchema [get] |
Schema for the writer class More... | |
Schema | ReaderSchema [get] |
Schema for the reader class More... | |
![]() | |
Schema | ReaderSchema [get] |
Schema | WriterSchema [get] |
Reader wrapper class for reading data and storing into specific classes
T | Specific class type |
Definition at line 33 of file SpecificReader.cs.
|
inline |
Constructs a generic reader for the given schemas using the DefaultReader.
If the reader's and writer's schemas are different this class performs the resolution.
writerSchema | The schema used while generating the data |
readerSchema | The schema desired by the reader |
Definition at line 56 of file SpecificReader.cs.
|
inline |
Definition at line 61 of file SpecificReader.cs.
|
inline |
Generic read function
reuse | object to store data read |
dec | decorder to use for reading data |
Implements Avro.Generic.DatumReader< T >.
Definition at line 72 of file SpecificReader.cs.
|
get |
Schema for the reader class
Definition at line 48 of file SpecificReader.cs.
|
get |
Schema for the writer class
Definition at line 43 of file SpecificReader.cs.