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