◆ alterEnvironment() [1/2]
| inline |
Alters an existing environment which can be referenced by a user-defined function (UDF).
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 10497 of file KineticaFunctions.cs.
◆ alterEnvironment() [2/2]
| inline |
Alters an existing environment which can be referenced by a user-defined function (UDF).
Parameters
| environment_name | Name of the environment to be altered. |
| action | Modification operation to be applied. Supported values:
|
| _value | The value of the modification, depending on action . For example, if action is INSTALL_PACKAGE, this would be the python package name. If action is INSTALL_REQUIREMENTS, this would be the path of a requirements file from which to install packages. If an external data source is specified in DATASOURCE_NAME, this can be the path to a wheel file or source archive. Alternatively, if installing from a file (wheel or source archive), the value may be a reference to a file in KiFS. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 10603 of file KineticaFunctions.cs.
◆ AlterEnvironmentAsync() [1/2]
| inline |
Alters an existing environment which can be referenced by a user-defined function (UDF).
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10514 of file KineticaFunctions.cs.
◆ AlterEnvironmentAsync() [2/2]
| inline |
Alters an existing environment which can be referenced by a user-defined function (UDF).
(async)
Parameters
| environment_name | Name of the environment to be altered. |
| action | Modification operation to be applied. Supported values:
|
| _value | The value of the modification, depending on action . For example, if action is INSTALL_PACKAGE, this would be the python package name. If action is INSTALL_REQUIREMENTS, this would be the path of a requirements file from which to install packages. If an external data source is specified in DATASOURCE_NAME, this can be the path to a wheel file or source archive. Alternatively, if installing from a file (wheel or source archive), the value may be a reference to a file in KiFS. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10695 of file KineticaFunctions.cs.