◆ 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 63463 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 63407 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 63503 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 63423 of file KineticaFunctions.cs.