7 using System.Collections.Generic;
32 public const string SVG =
"svg";
48 public const string COLOR =
"color";
90 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
134 IDictionary<string, string>
options =
null)
153 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
byte [] symbol_data
The actual symbol data.
A set of results returned by Kinetica.insertSymbol.
A set of parameters for Kinetica.insertSymbol.
KineticaData - class to help with Avro Encoding for Kinetica
A set of string constants for the parameter options.
IDictionary< string, string > info
Additional information.
string symbol_id
Value of symbol_id.
string symbol_format
Specifies the symbol format.
const string COLOR
If symbol_format is 'svg' this is ignored.
InsertSymbolRequest()
Constructs an InsertSymbolRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
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.