| Kinetica C# API
    Version 7.0.19.0
    | 
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation. More...
| Public Attributes | |
| const string | NOT_STARTED = "NOT_STARTED" | 
| const string | IN_PROGRESS = "IN_PROGRESS" | 
| const string | INTERRUPTED = "INTERRUPTED" | 
| const string | COMPLETED_OK = "COMPLETED_OK" | 
| const string | ERROR = "ERROR" | 
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
Valid values are:
A set of string constants for the parameter <member name="rebalance_sharded_data_status">.
Definition at line 407 of file AdminShowClusterOperations.cs.
| const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.COMPLETED_OK = "COMPLETED_OK" | 
Definition at line 412 of file AdminShowClusterOperations.cs.
| const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.ERROR = "ERROR" | 
Definition at line 413 of file AdminShowClusterOperations.cs.
| const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.IN_PROGRESS = "IN_PROGRESS" | 
Definition at line 410 of file AdminShowClusterOperations.cs.
| const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.INTERRUPTED = "INTERRUPTED" | 
Definition at line 411 of file AdminShowClusterOperations.cs.
| const string kinetica.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus.NOT_STARTED = "NOT_STARTED" | 
Definition at line 409 of file AdminShowClusterOperations.cs.