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[] { };
183 this.options =
options ??
new Dictionary<string, string>();
201 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.insertSymbol(string,string,byte[],IDictionary{string, string}).
const string COLOR
If symbol_format is 'svg' this is ignored.
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.
string symbol_id
Value of .
A set of parameters for Kinetica.insertSymbol(string,string,byte[],IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica