Kinetica C# API
Version 7.1.10.0
|
Modification operation to be applied Supported values:
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... | |
Modification operation to be applied Supported values:
UNINSTALL_REQUIREMENTS: Uninstall packages from a requirements file RESET: Uninstalls all packages in the environment and resets it to the original state at time of creation REBUILD: Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies
A set of string constants for the parameter action.
Definition at line 66 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 71 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.INSTALL_REQUIREMENTS = "install_requirements" |
Install packages from a requirements file
Definition at line 74 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 89 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 84 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_PACKAGE = "uninstall_package" |
Uninstall a python package.
Definition at line 77 of file AlterEnvironment.cs.
const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_REQUIREMENTS = "uninstall_requirements" |
Uninstall packages from a requirements file
Definition at line 80 of file AlterEnvironment.cs.