Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.CreateProcRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • 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'.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 79 of file CreateProc.cs.

Member Data Documentation

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 85 of file CreateProc.cs.


The documentation for this struct was generated from the following file: