7 using System.Collections.Generic;
45 public const string TRUE =
"true";
46 public const string FALSE =
"false";
51 public string name {
get;
set; }
77 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
113 IDictionary<string, string>
options =
null)
115 this.name =
name ??
"";
127 public string name {
get;
set; }
130 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of parameters for Kinetica.dropDatasink.
string name
Value of name.
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.
A set of string constants for the parameter options.
string name
Name of the data sink to be dropped.
A set of results returned by Kinetica.dropDatasink.
IDictionary< string, string > info
Additional information.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.