Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter action. More...
Public Attributes | |
const string | INSTALL_PACKAGE = "install_package" |
Install a python package from PyPI, an external data source or KiFS More... | |
const string | INSTALL_REQUIREMENTS = "install_requirements" |
Install packages from a requirements file More... | |
const string | UNINSTALL_PACKAGE = "uninstall_package" |
Uninstall a python package. More... | |
const string | UNINSTALL_REQUIREMENTS = "uninstall_requirements" |
Uninstall packages from a requirements file More... | |
const string | RESET = "reset" |
Uninstalls all packages in the environment and resets it to the original state at time of creation More... | |
const string | REBUILD = "rebuild" |
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies More... | |
A set of string constants for the parameter action.
Modification operation to be applied
Definition at line 23 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.INSTALL_PACKAGE = "install_package" |
Install a python package from PyPI, an external data source or KiFS
Definition at line 27 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.INSTALL_REQUIREMENTS = "install_requirements" |
Install packages from a requirements file
Definition at line 30 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.REBUILD = "rebuild" |
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies
Definition at line 45 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.RESET = "reset" |
Uninstalls all packages in the environment and resets it to the original state at time of creation
Definition at line 40 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_PACKAGE = "uninstall_package" |
Uninstall a python package.
Definition at line 33 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_REQUIREMENTS = "uninstall_requirements" |
Uninstall packages from a requirements file
Definition at line 36 of file AlterEnvironment.cs.