◆ adminVerifyDb() [1/2]
| inline |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| request_ | Request object containing the parameters for the operation. |
Definition at line 3170 of file KineticaFunctions.cs.
◆ adminVerifyDb() [2/2]
| inline |
Verify database is in a consistent state.
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| options | Optional parameters.
|
Definition at line 3408 of file KineticaFunctions.cs.
◆ AdminVerifyDbAsync() [1/2]
| inline |
Verify database is in a consistent state.
(async)
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 3188 of file KineticaFunctions.cs.
◆ AdminVerifyDbAsync() [2/2]
| inline |
Verify database is in a consistent state.
(async)
When inconsistencies or errors are found, the verified_ok flag in the response is set to false and the list of errors found is provided in the error_list.
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 3627 of file KineticaFunctions.cs.