◆ adminShowClusterOperations() [1/2]
| inline |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by history_index.Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
| request_ | Request object containing the parameters for the operation. |
Definition at line 2632 of file KineticaFunctions.cs.
◆ adminShowClusterOperations() [2/2]
| inline |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by history_index .Returns details on the requested cluster operation.
The response will also indicate how many cluster operations are stored in the history.
| history_index | Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 2673 of file KineticaFunctions.cs.
◆ AdminShowClusterOperationsAsync() [1/2]
| inline |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by history_index.Returns details on the requested cluster operation.
(async)
The response will also indicate how many cluster operations are stored in the history.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2652 of file KineticaFunctions.cs.
◆ AdminShowClusterOperationsAsync() [2/2]
| inline |
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by history_index .Returns details on the requested cluster operation.
(async)
The response will also indicate how many cluster operations are stored in the history.
| history_index | Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 2695 of file KineticaFunctions.cs.