Kinetica C# API
Version 6.0.1.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">.
Values: .
A set of string constants for the parameter <member name="execution_modes">.
Definition at line 107 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.DISTRIBUTED = "distributed" |
Distributed
Definition at line 111 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.NONDISTRIBUTED = "nondistributed" |
Nondistributed
Definition at line 114 of file ShowProc.cs.