Skip to main content

A set of parameters for the raw wrapper for Kinetica responses. More…

Inheritance diagram for kinetica.RawKineticaResponse:
Collaboration diagram for kinetica.RawKineticaResponse:

Properties

string status [get, set]
 Indicates the success (“OK”) or failure (“ERROR”) of the request.
 
string message [get, set]
 Empty on success; otherwise the error message describing the failure.
 
string data_type [get, set]
 The fully-qualified name of the response’s data type, or “none” if there is no data payload.
 
byte[] data [get, set]
 The Avro binary-encoded response payload; populated when binary encoding was requested.
 
string data_str [get, set]
 The JSON-encoded response payload; populated when JSON encoding was requested.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 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.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of parameters for the raw wrapper for Kinetica responses.

Definition at line 11 of file RawKineticaResponse.cs.

Property Documentation

◆ data

byte [] kinetica.RawKineticaResponse.data
getset

The Avro binary-encoded response payload; populated when binary encoding was requested.

Definition at line 27 of file RawKineticaResponse.cs.

◆ data_str

string kinetica.RawKineticaResponse.data_str
getset

The JSON-encoded response payload; populated when JSON encoding was requested.

Definition at line 31 of file RawKineticaResponse.cs.

◆ data_type

string kinetica.RawKineticaResponse.data_type
getset

The fully-qualified name of the response’s data type, or “none” if there is no data payload.

Definition at line 23 of file RawKineticaResponse.cs.

◆ message

string kinetica.RawKineticaResponse.message
getset

Empty on success; otherwise the error message describing the failure.

Definition at line 19 of file RawKineticaResponse.cs.

◆ status

string kinetica.RawKineticaResponse.status
getset

Indicates the success (“OK”) or failure (“ERROR”) of the request.

Definition at line 15 of file RawKineticaResponse.cs.


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