Skip to main content

◆ adminShowClusterOperations() [1/2]

AdminShowClusterOperationsResponse kinetica.Kinetica.adminShowClusterOperations (AdminShowClusterOperationsRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 2632 of file KineticaFunctions.cs.

◆ adminShowClusterOperations() [2/2]

AdminShowClusterOperationsResponse kinetica.Kinetica.adminShowClusterOperations (inthistory_index = 0,
IDictionary< string, string >options = null )
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.

Parameters
history_indexIndicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2673 of file KineticaFunctions.cs.

◆ AdminShowClusterOperationsAsync() [1/2]

async System.Threading.Tasks.Task< AdminShowClusterOperationsResponse > kinetica.Kinetica.AdminShowClusterOperationsAsync (AdminShowClusterOperationsRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2652 of file KineticaFunctions.cs.

◆ AdminShowClusterOperationsAsync() [2/2]

async System.Threading.Tasks.Task< AdminShowClusterOperationsResponse > kinetica.Kinetica.AdminShowClusterOperationsAsync (inthistory_index = 0,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
history_indexIndicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 2695 of file KineticaFunctions.cs.