7 using System.Collections.Generic;
21 public string name {
get;
set; }
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options =
null)
42 this.name =
name ??
"";
54 public string name {
get;
set; }
57 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string name
Name of the catalog to be dropped.
A set of results returned by Kinetica.dropCatalog.
DropCatalogRequest(string name, IDictionary< string, string > options=null)
Constructs a DropCatalogRequest object with the specified parameters.
DropCatalogRequest()
Constructs a DropCatalogRequest object with default parameters.
string name
Value of name.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for Kinetica.dropCatalog.