7 using System.Collections.Generic;
33 public const string SVG =
"svg";
49 public const string COLOR =
"color";
92 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
138 IDictionary<string, string>
options =
null)
157 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.insertSymbol.
const string COLOR
If symbol_format is 'svg' this is ignored.
A set of string constants for the parameter options.
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 symbol_id.
A set of parameters for Kinetica.insertSymbol.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica