◆ alterWal() [1/2]
| inline |
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modifications.
| request_ | Request object containing the parameters for the operation. |
Definition at line 14963 of file KineticaFunctions.cs.
◆ alterWal() [2/2]
| inline |
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modifications.
| table_names | List of tables to modify. An asterisk changes the system settings. |
| options | Optional parameters.
|
Definition at line 15145 of file KineticaFunctions.cs.
◆ AlterWalAsync() [1/2]
| inline |
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modifications.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 14980 of file KineticaFunctions.cs.
◆ AlterWalAsync() [2/2]
| inline |
Alters table write-ahead log (WAL) settings.Returns information about the requested table WAL modifications.
(async)
| table_names | List of tables to modify. An asterisk changes the system settings. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 15311 of file KineticaFunctions.cs.