A set of string constants for the parameter CreateProcRequest.options. More…
Static 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. | |
| const string | SET_ENVIRONMENT = “set_environment” |
| A python environment to use when executing the proc. | |
Detailed Description
A set of string constants for the parameter CreateProcRequest.options.
Optional parameters.
Definition at line 46 of file CreateProc.cs.
Member Data Documentation
◆ MAX_CONCURRENCY_PER_NODE
| static |
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 52 of file CreateProc.cs.
◆ SET_ENVIRONMENT
| static |
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 58 of file CreateProc.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateProc.cs
- Kinetica/Protocol/CreateProc.cs