◆ showEnvironment() [1/2]
| inline |
Shows information about a specified user-defined function (UDF) environment or all environments.Returns detailed information about existing environments.
| request_ | Request object containing the parameters for the operation. |
Definition at line 59870 of file KineticaFunctions.cs.
◆ showEnvironment() [2/2]
| inline |
Shows information about a specified user-defined function (UDF) environment or all environments.Returns detailed information about existing environments.
| environment_name | Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If ’*’ or an empty value is specified, information about all environments will be returned. The default value is ”. |
| options | Optional parameters.
|
Definition at line 59964 of file KineticaFunctions.cs.
◆ ShowEnvironmentAsync() [1/2]
| inline |
Shows information about a specified user-defined function (UDF) environment or all environments.Returns detailed information about existing environments.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 59888 of file KineticaFunctions.cs.
◆ ShowEnvironmentAsync() [2/2]
| inline |
Shows information about a specified user-defined function (UDF) environment or all environments.Returns detailed information about existing environments.
(async)
| environment_name | Name of the environment on which to retrieve information. The name must refer to a currently existing environment. If ’*’ or an empty value is specified, information about all environments will be returned. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 60040 of file KineticaFunctions.cs.