Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter execution_modes. More...
Public Attributes | |
const string | DISTRIBUTED = "distributed" |
Distributed More... | |
const string | NONDISTRIBUTED = "nondistributed" |
Nondistributed More... | |
A set of string constants for the parameter execution_modes.
The execution modes of the procs named in proc_names.
Definition at line 123 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.DISTRIBUTED = "distributed" |
Distributed
Definition at line 126 of file ShowProc.cs.
const string kinetica.ShowProcResponse.ExecutionModes.NONDISTRIBUTED = "nondistributed" |
Nondistributed
Definition at line 129 of file ShowProc.cs.