Kinetica C# API
Version 7.1.10.0
|
Optional parameters. More...
Public Attributes | |
const string | MAX_CONCURRENCY_PER_NODE = "max_concurrency_per_node" |
The maximum number of concurrent instances of the proc that will be executed per node. More... | |
const string | SET_ENVIRONMENT = "set_environment" |
A python environment to use when executing the proc. More... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 101 of file CreateProc.cs.
const string kinetica.CreateProcRequest.Options.MAX_CONCURRENCY_PER_NODE = "max_concurrency_per_node" |
The maximum number of concurrent instances of the proc that will be executed per node.
0 allows unlimited concurrency. The default value is '0'.
Definition at line 107 of file CreateProc.cs.
const string kinetica.CreateProcRequest.Options.SET_ENVIRONMENT = "set_environment" |
A python environment to use when executing the proc.
Must be an existing environment, else an error will be returned. The default value is ''.
Definition at line 112 of file CreateProc.cs.