|
Kinetica C# API
Version 7.2.3.1
|
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 22 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.INSTALL_PACKAGE = "install_package" |
Install a python package from PyPI, an external data source or KiFS.
Definition at line 26 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.INSTALL_REQUIREMENTS = "install_requirements" |
Install packages from a requirements file.
Definition at line 29 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.REBUILD = "rebuild" |
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies.
Definition at line 43 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.RESET = "reset" |
Uninstalls all packages in the environment and resets it to the original state at time of creation.
Definition at line 39 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.UNINSTALL_PACKAGE = "uninstall_package" |
Uninstall a python package.
Definition at line 32 of file AlterEnvironment.cs.
| const string AlterEnvironmentRequest.Action.UNINSTALL_REQUIREMENTS = "uninstall_requirements" |
Uninstall packages from a requirements file.
Definition at line 35 of file AlterEnvironment.cs.