Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowProcRequest.Options Struct Reference

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

Public Attributes

const string INCLUDE_FILES = "include_files"
 If set to TRUE, the files that make up the proc will be returned. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 20 of file ShowProc.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowProcRequest.Options.FALSE = "false"

Definition at line 38 of file ShowProc.cs.

◆ INCLUDE_FILES

const string kinetica.ShowProcRequest.Options.INCLUDE_FILES = "include_files"

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

Supported values:

The default value is FALSE.

Definition at line 35 of file ShowProc.cs.

◆ TRUE

const string kinetica.ShowProcRequest.Options.TRUE = "true"

Definition at line 37 of file ShowProc.cs.


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