◆ adminRepairTable() [1/2]
| inline |
Manually repair a corrupted table.Returns information about affected tables.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 2237 of file KineticaFunctions.cs.
◆ adminRepairTable() [2/2]
| inline |
Manually repair a corrupted table.Returns information about affected tables.
Parameters
| table_names | List of tables to query. An asterisk returns all tables. |
| table_types | ID of the type per table. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 2336 of file KineticaFunctions.cs.
◆ AdminRepairTableAsync() [1/2]
| inline |
Manually repair a corrupted table.Returns information about affected tables.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 2253 of file KineticaFunctions.cs.
◆ AdminRepairTableAsync() [2/2]
| inline |
Manually repair a corrupted table.Returns information about affected tables.
(async)
Parameters
| table_names | List of tables to query. An asterisk returns all tables. |
| table_types | ID of the type per table. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 2421 of file KineticaFunctions.cs.