7 using System.Collections.Generic;
22 public string name {
get;
set; }
27 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
41 IDictionary<string, string>
options =
null)
43 this.name =
name ??
"";
55 public string name {
get;
set; }
58 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
DropDatasourceRequest(string name, IDictionary< string, string > options=null)
Constructs a DropDatasourceRequest object with the specified parameters.
DropDatasourceRequest()
Constructs a DropDatasourceRequest object with default parameters.
A set of results returned by Kinetica.dropDatasource.
IDictionary< string, string > info
Additional information.
string name
Name of the data source to be dropped.
IDictionary< string, string > options
Optional parameters.
string name
Value of name.
A set of parameters for Kinetica.dropDatasource.
KineticaData - class to help with Avro Encoding for Kinetica