7 using System.Collections.Generic;
27 public string name {
get; set; }
31 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
47 IDictionary<string, string>
options = null)
49 this.name = name ??
"";
50 this.options =
options ??
new Dictionary<string, string>();
65 public string name {
get; set; }
68 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(string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
string name
Name of the data source to be dropped.
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.dropDatasource(string,IDictionary{string, string}).
KineticaData - class to help with Avro Encoding for Kinetica