7 using System.Collections.Generic;
40 public const string TRUE =
"true";
41 public const string FALSE =
"false";
107 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
163 IDictionary<string, string>
options =
null)
180 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
A set of string constants for the parameter options.
A set of parameters for Kinetica.dropSchema.
DropSchemaRequest(string schema_name, IDictionary< string, string > options=null)
Constructs a DropSchemaRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
string schema_name
Name of the schema to be dropped.
DropSchemaRequest()
Constructs a DropSchemaRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.dropSchema.
string schema_name
Value of schema_name.
KineticaData - class to help with Avro Encoding for Kinetica
const string NO_ERROR_IF_NOT_EXISTS
If TRUE and if the schema specified in schema_name does not exist, no error is returned.
const string CASCADE
If TRUE, all tables within the schema will be dropped.