◆ showWal() [1/2]
| inline |
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
Definition at line 63335 of file KineticaFunctions.cs.
◆ showWal() [2/2]
| inline |
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.
| request_ | Request object containing the parameters for the operation. |
Definition at line 63279 of file KineticaFunctions.cs.
◆ ShowWalAsync() [1/2]
| inline |
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.
(async)
| table_names | List of tables to query. An asterisk returns all tables. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 63375 of file KineticaFunctions.cs.
◆ ShowWalAsync() [2/2]
| inline |
Requests table write-ahead log (WAL) properties.Returns information about the requested table WAL entries.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 63295 of file KineticaFunctions.cs.