A set of string constants for the parameter AlterEnvironmentRequest.action. More…
Static Public Attributes | |
| const string | INSTALL_PACKAGE = “install_package” |
| Install a python package from PyPI, an external data source or KiFS. | |
| const string | INSTALL_REQUIREMENTS = “install_requirements” |
| Install packages from a requirements file. | |
| const string | UNINSTALL_PACKAGE = “uninstall_package” |
| Uninstall a python package. | |
| const string | UNINSTALL_REQUIREMENTS = “uninstall_requirements” |
| Uninstall packages from a requirements file. | |
| const string | RESET = “reset” |
| Uninstalls all packages in the environment and resets it to the original state at time of creation. | |
| const string | REBUILD = “rebuild” |
| Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies. | |
Detailed Description
A set of string constants for the parameter AlterEnvironmentRequest.action.
Modification operation to be applied.
Definition at line 22 of file AlterEnvironment.cs.
Member Data Documentation
◆ INSTALL_PACKAGE
| static |
Install a python package from PyPI, an external data source or KiFS.
Definition at line 26 of file AlterEnvironment.cs.
◆ INSTALL_REQUIREMENTS
| static |
Install packages from a requirements file.
Definition at line 29 of file AlterEnvironment.cs.
◆ REBUILD
| static |
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies.
Definition at line 43 of file AlterEnvironment.cs.
◆ RESET
| static |
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.
◆ UNINSTALL_PACKAGE
| static |
Uninstall a python package.
Definition at line 32 of file AlterEnvironment.cs.
◆ UNINSTALL_REQUIREMENTS
| static |
Uninstall packages from a requirements file.
Definition at line 35 of file AlterEnvironment.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AlterEnvironment.cs
- Kinetica/Protocol/AlterEnvironment.cs