Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | SHOW_SETTINGS = "show_settings" |
If TRUE include a map of the wal settings for the requested tables. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file ShowWal.cs.
const string kinetica.ShowWalRequest.Options.FALSE = "false" |
Definition at line 40 of file ShowWal.cs.
const string kinetica.ShowWalRequest.Options.SHOW_SETTINGS = "show_settings" |
const string kinetica.ShowWalRequest.Options.TRUE = "true" |
Definition at line 39 of file ShowWal.cs.