Kinetica C# API  Version 6.1.0.0
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 163 of file ShowProc.cs.

Member Data Documentation

◆ DISTRIBUTED

const string kinetica.ShowProcResponse.ExecutionModes.DISTRIBUTED = "distributed"

Distributed

Definition at line 167 of file ShowProc.cs.

◆ NONDISTRIBUTED

const string kinetica.ShowProcResponse.ExecutionModes.NONDISTRIBUTED = "nondistributed"

Nondistributed

Definition at line 170 of file ShowProc.cs.


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