7 using System.Collections.Generic;
37 public const string SVG =
"svg";
67 public const string COLOR =
"color";
104 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
144 IDictionary<string, string>
options = null)
146 this.symbol_id = symbol_id ??
"";
147 this.symbol_format = symbol_format ??
"";
148 this.symbol_data = symbol_data ??
new byte[] { };
149 this.options =
options ??
new Dictionary<string, string>();
A set of results returned by /insert/symbol.
const string COLOR
If <member name="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 /insert/symbol.
KineticaData - class to help with Avro Encoding for Kinetica