Kinetica   C#   API  Version 7.2.3.0
kinetica.ShowSqlProcResponse.AdditionalInfo Struct Reference

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

Public Attributes

const string EXECUTE_AS = "execute_as"
 The periodic execution impersonate user. More...
 
const string EXECUTE_INTERVAL = "execute_interval"
 The periodic execution interval in seconds. More...
 
const string EXECUTE_START_TIME = "execute_start_time"
 The initial date/time that periodic execution began. More...
 
const string EXECUTE_STOP_TIME = "execute_stop_time"
 Time at which the periodic execution stops. More...
 

Detailed Description

A set of string constants for the parameter additional_info.

Additional information about the respective tables in the requested procedures.

Definition at line 126 of file ShowSqlProc.cs.

Member Data Documentation

◆ EXECUTE_AS

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_AS = "execute_as"

The periodic execution impersonate user.

The default value is ''.

Definition at line 130 of file ShowSqlProc.cs.

◆ EXECUTE_INTERVAL

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_INTERVAL = "execute_interval"

The periodic execution interval in seconds.

The default value is ''.

Definition at line 134 of file ShowSqlProc.cs.

◆ EXECUTE_START_TIME

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_START_TIME = "execute_start_time"

The initial date/time that periodic execution began.

The default value is ''.

Definition at line 139 of file ShowSqlProc.cs.

◆ EXECUTE_STOP_TIME

const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_STOP_TIME = "execute_stop_time"

Time at which the periodic execution stops.

The default value is ''.

Definition at line 143 of file ShowSqlProc.cs.


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