Kinetica C# API
Version 6.1.0.0
|
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 163 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.DISTRIBUTED = "distributed" |
Distributed
Definition at line 167 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.NONDISTRIBUTED = "nondistributed" |
Nondistributed
Definition at line 170 of file ShowProc.cs.