Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowProcResponse.ExecutionModes Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ DISTRIBUTED

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

Distributed

Definition at line 126 of file ShowProc.cs.

◆ NONDISTRIBUTED

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

Nondistributed

Definition at line 129 of file ShowProc.cs.


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