7 using System.Collections.Generic;
74 public const string TRUE =
"true";
75 public const string FALSE =
"false";
81 public string name {
get; set; }
107 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
145 IDictionary<string, string>
options = null)
147 this.name = name ??
"";
148 this.options =
options ??
new Dictionary<string, string>();
163 public string name {
get; set; }
166 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.dropDatasink(string,IDictionary{string, string}).
DropDatasinkRequest()
Constructs a DropDatasinkRequest object with default parameters.
DropDatasinkRequest(string name, IDictionary< string, string > options=null)
Constructs a DropDatasinkRequest object with the specified parameters.
const string CLEAR_TABLE_MONITORS
If true, any table monitors that use this data sink will be cleared.
string name
Name of the data sink to be dropped.
A set of results returned by Kinetica.dropDatasink(string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.