Kinetica C# API
Version 6.2.0.1
|
The execution modes of the procs named in <member name="proc_names">. More...
Public Attributes | |
const string | DISTRIBUTED = "distributed" |
Distributed More... | |
const string | NONDISTRIBUTED = "nondistributed" |
Nondistributed More... | |
The execution modes of the procs named in <member name="proc_names">.
Supported values:
set of string constants for the parameter <member name="execution_modes">.
Definition at line 165 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.DISTRIBUTED = "distributed" |
Distributed
Definition at line 169 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.NONDISTRIBUTED = "nondistributed" |
Nondistributed
Definition at line 172 of file ShowProc.cs.