Kinetica   C#   API  Version 7.2.3.0
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 namespace kinetica
8 {
11  {
12  public string status { get; set; }
13 
14  public string message { get; set; }
15 
16  public string data_type { get; set; }
17 
18  public byte[] data { get; set; }
19 
20  public string data_str { get; set; }
21  } // end class RawKineticaResponse
22 } // end namespace kinetica
KineticaData - class to help with Avro Encoding for Kinetica
Definition: KineticaData.cs:14