Skip to main content

◆ createEnvironment() [1/2]

CreateEnvironmentResponse kinetica.Kinetica.createEnvironment (CreateEnvironmentRequestrequest_)
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 20099 of file KineticaFunctions.cs.

◆ createEnvironment() [2/2]

CreateEnvironmentResponse kinetica.Kinetica.createEnvironment (stringenvironment_name,
IDictionary< string, string >options = null )
inline

Creates a new environment which can be used by user-defined functions (UDF).

Parameters
environment_nameName of the environment to be created.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 20134 of file KineticaFunctions.cs.

◆ CreateEnvironmentAsync() [1/2]

async System.Threading.Tasks.Task< CreateEnvironmentResponse > kinetica.Kinetica.CreateEnvironmentAsync (CreateEnvironmentRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 20116 of file KineticaFunctions.cs.

◆ CreateEnvironmentAsync() [2/2]

async System.Threading.Tasks.Task< CreateEnvironmentResponse > kinetica.Kinetica.CreateEnvironmentAsync (stringenvironment_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a new environment which can be used by user-defined functions (UDF).

(async)

Parameters
environment_nameName of the environment to be created.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 20152 of file KineticaFunctions.cs.