7 using System.Collections.Generic;
48 public const string SVG =
"svg";
79 public const string COLOR =
"color";
127 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
178 IDictionary<string, string>
options = null)
180 this.symbol_id = symbol_id ??
"";
181 this.symbol_format = symbol_format ??
"";
182 this.symbol_data = symbol_data ??
new byte[] { };
A set of results returned by Kinetica.insertSymbol(string,string,byte[],IDictionary<string, string>).
InsertSymbolRequest(string symbol_id, string symbol_format, byte[] symbol_data, IDictionary< string, string > options=null)
Constructs an InsertSymbolRequest object with the specified parameters.
string symbol_id
The id of the symbol being added.
InsertSymbolRequest()
Constructs an InsertSymbolRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
string symbol_format
Specifies the symbol format.
byte [] symbol_data
The actual symbol data.
A set of parameters for Kinetica.insertSymbol(string,string,byte[],IDictionary<string, string>).
KineticaData - class to help with Avro Encoding for Kinetica