A set of parameters for Kinetica.showWal.
More...
|
IList< string > | table_names = new List<string>() [get, set] |
| List of tables to query. More...
|
|
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of parameters for Kinetica.showWal.
Requests table wal properties. Returns information about the requested table wal entries.
Definition at line 17 of file ShowWal.cs.
◆ ShowWalRequest() [1/2]
kinetica.ShowWalRequest.ShowWalRequest |
( |
| ) |
|
|
inline |
◆ ShowWalRequest() [2/2]
kinetica.ShowWalRequest.ShowWalRequest |
( |
IList< string > |
table_names, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a ShowWalRequest object with the specified parameters.
- Parameters
-
table_names | List of tables to query. An asterisk returns all tables. |
options | Optional parameters.
-
SHOW_SETTINGS: If TRUE include a map of the wal settings for the requested tables. Supported values:
The default value is TRUE.
The default value is an empty Dictionary. |
Definition at line 100 of file ShowWal.cs.
◆ options
IDictionary<string, string> kinetica.ShowWalRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
SHOW_SETTINGS: If TRUE include a map of the wal settings for the requested tables. Supported values:
The default value is TRUE.
The default value is an empty Dictionary.
Definition at line 68 of file ShowWal.cs.
◆ table_names
IList<string> kinetica.ShowWalRequest.table_names = new List<string>() |
|
getset |
List of tables to query.
An asterisk returns all tables.
Definition at line 45 of file ShowWal.cs.
The documentation for this class was generated from the following file: