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

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

Detailed Description

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.

Member Data Documentation

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.


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