Skip to main content

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

const string kinetica.AlterEnvironmentRequest.Action.INSTALL_PACKAGE = “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

const string kinetica.AlterEnvironmentRequest.Action.INSTALL_REQUIREMENTS = “install_requirements”
static

Install packages from a requirements file.

Definition at line 29 of file AlterEnvironment.cs.

◆ REBUILD

const string kinetica.AlterEnvironmentRequest.Action.REBUILD = “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

const string kinetica.AlterEnvironmentRequest.Action.RESET = “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

const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_PACKAGE = “uninstall_package”
static

Uninstall a python package.

Definition at line 32 of file AlterEnvironment.cs.

◆ UNINSTALL_REQUIREMENTS

const string kinetica.AlterEnvironmentRequest.Action.UNINSTALL_REQUIREMENTS = “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: