◆ dropEnvironment() [1/2]
| inline |
Drop an existing user-defined function (UDF) environment.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 33331 of file KineticaFunctions.cs.
◆ dropEnvironment() [2/2]
| inline |
Drop an existing user-defined function (UDF) environment.
Parameters
| environment_name | Name of the environment to be dropped. Must be an existing environment. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 33395 of file KineticaFunctions.cs.
◆ DropEnvironmentAsync() [1/2]
| inline |
Drop an existing user-defined function (UDF) environment.
(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 33348 of file KineticaFunctions.cs.
◆ DropEnvironmentAsync() [2/2]
| inline |
Drop an existing user-defined function (UDF) environment.
(async)
Parameters
| environment_name | Name of the environment to be dropped. Must be an existing environment. |
| 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 33443 of file KineticaFunctions.cs.