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

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

Optional parameters.

  • INCLUDE_FILES: 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.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 47 of file ShowProc.cs.

Member Data Documentation

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

Definition at line 68 of file ShowProc.cs.

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

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 66 of file ShowProc.cs.

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

Definition at line 67 of file ShowProc.cs.


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