Kinetica C# API
Version 7.0.19.0
|
Additional information about the respective tables in the requested procedures. More...
Public Attributes | |
const string | EXECUTE_START_TIME = "execute_start_time" |
The initial date/time that periodic execution began. More... | |
const string | EXECUTE_INTERVAL = "execute_interval" |
The periodic execution interval in seconds. More... | |
Additional information about the respective tables in the requested procedures.
Supported values:
set of string constants for the parameter <member name="additional_info">.
Definition at line 164 of file ShowSqlProc.cs.
const string kinetica.ShowSqlProcResponse.AdditionalInfo.EXECUTE_INTERVAL = "execute_interval" |
The periodic execution interval in seconds.
The default value is ''.
Definition at line 173 of file ShowSqlProc.cs.
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 169 of file ShowSqlProc.cs.