7 using System.Collections.Generic;
84 public const string RESET =
"reset";
190 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
270 IDictionary<string, string>
options = null)
272 this.environment_name = environment_name ??
"";
273 this.action = action ??
"";
274 this._value = _value ??
"";
275 this.options =
options ??
new Dictionary<string, string>();
293 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
AlterEnvironmentRequest(string environment_name, string action, string _value, IDictionary< string, string > options=null)
Constructs an AlterEnvironmentRequest object with the specified parameters.
const string UNINSTALL_REQUIREMENTS
Uninstall packages from a requirements file
const string INSTALL_REQUIREMENTS
Install packages from a requirements file
const string DATASOURCE_NAME
Name of an existing external data source from which packages specified in _value can be loaded...
const string UNINSTALL_PACKAGE
Uninstall a python package.
string _value
The value of the modification, depending on .
string environment_name
Name of the environment to be altered.
const string INSTALL_PACKAGE
Install a python package from PyPI, an external data source or KiFS
A set of results returned by Kinetica.alterEnvironment(string,string,string,IDictionary{string, string}).
Modification operation to be applied Supported values: INSTALL_PACKAGE: Install a python package from...
string action
Modification operation to be applied Supported values: INSTALL_PACKAGE: Install a python package from...
const string RESET
Uninstalls all packages in the environment and resets it to the original state at time of creation...
AlterEnvironmentRequest()
Constructs an AlterEnvironmentRequest object with default parameters.
const string REBUILD
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on d...
A set of parameters for Kinetica.alterEnvironment(string,string,string,IDictionary{string, string}).
IDictionary< string, string > info
Additional information.
string environment_name
Value of .
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.