7 using System.Collections.Generic;
75 public const string TRUE =
"true";
76 public const string FALSE =
"false";
112 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
154 IDictionary<string, string>
options = null)
156 this.environment_name = environment_name ??
"";
157 this.options =
options ??
new Dictionary<string, string>();
175 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.dropEnvironment(string,IDictionary{string, string}).
string environment_name
Name of the environment to be dropped.
const string NO_ERROR_IF_NOT_EXISTS
If true and if the environment specified in environment_name does not exist, no error is returned...
DropEnvironmentRequest()
Constructs a DropEnvironmentRequest object with default parameters.
IDictionary< string, string > info
Additional information.
string environment_name
Value of .
A set of parameters for Kinetica.dropEnvironment(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
DropEnvironmentRequest(string environment_name, IDictionary< string, string > options=null)
Constructs a DropEnvironmentRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica