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