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