Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
RawKineticaResponse.cs
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
7 
8 
9 
10 namespace kinetica
11 {
12 
16  {
17  public string status { get; set; }
18  public string message { get; set; }
19  public string data_type { get; set; }
20  public byte[] data { get; set; }
21  public string data_str { get; set; }
22 
23  } // end class RawKineticaResponse
24 
25 
26 
27 
28 } // end namespace kinetica
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14
A set of parameters for the raw wrapper for Kinetica responses.