◆ createEnvironment() [1/2]
| inline |
Creates a new environment which can be used by user-defined functions (UDF).
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 20085 of file KineticaFunctions.cs.
◆ createEnvironment() [2/2]
| inline |
Creates a new environment which can be used by user-defined functions (UDF).
Parameters
| environment_name | Name of the environment to be created. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 20120 of file KineticaFunctions.cs.
◆ CreateEnvironmentAsync() [1/2]
| inline |
Creates a new environment which can be used by user-defined functions (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 20102 of file KineticaFunctions.cs.
◆ CreateEnvironmentAsync() [2/2]
| inline |
Creates a new environment which can be used by user-defined functions (UDF).
(async)
Parameters
| environment_name | Name of the environment to be created. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 20138 of file KineticaFunctions.cs.