Skip to main content

A set of string constants for the parameter ShowProcRequest.options. More…

Static Public Attributes

const string INCLUDE_FILES = “include_files”
 If set to TRUE, the files that make up the proc will be returned.
 
const string TRUE = “true”
 A boolean constant for the ShowProcRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the ShowProcRequest.Options options.
 

Detailed Description

A set of string constants for the parameter ShowProcRequest.options.

Optional parameters.

Definition at line 20 of file ShowProc.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowProcRequest.Options.FALSE = “false”
static

A boolean constant for the ShowProcRequest.Options options.

Definition at line 49 of file ShowProc.cs.

◆ INCLUDE_FILES

const string kinetica.ShowProcRequest.Options.INCLUDE_FILES = “include_files”
static

If set to TRUE, the files that make up the proc will be returned.

If set to FALSE, the files will not be returned. Supported values:

The default value is FALSE.

Definition at line 41 of file ShowProc.cs.

◆ TRUE

const string kinetica.ShowProcRequest.Options.TRUE = “true”
static

A boolean constant for the ShowProcRequest.Options options.

Definition at line 45 of file ShowProc.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowProc.cs
  • Kinetica/Protocol/ShowProc.cs