7 using System.Collections.Generic;
30 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options =
null)
62 public const string TRUE =
"true";
63 public const string FALSE =
"false";
74 public const string OK =
"OK";
77 public const string ERROR =
"ERROR";
86 public const string TRUE =
"true";
87 public const string FALSE =
"false";
95 public const string TRUE =
"true";
96 public const string FALSE =
"false";
105 public const string TRUE =
"true";
106 public const string FALSE =
"false";
119 public const string ERROR =
"ERROR";
128 public const string TRUE =
"true";
129 public const string FALSE =
"false";
142 public const string ERROR =
"ERROR";
151 public const string TRUE =
"true";
152 public const string FALSE =
"false";
161 public const string TRUE =
"true";
162 public const string FALSE =
"false";
176 public const string ERROR =
"ERROR";
185 public const string TRUE =
"true";
186 public const string FALSE =
"false";
200 public const string ERROR =
"ERROR";
281 public IList<string>
messages {
get;
set; } =
new List<string>();
328 public IList<string>
rank_hosts {
get;
set; } =
new List<string>();
500 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string COMPLETED_OK
int num_shards_changing
Number of shards that will change as part of rebalance.
A set of string constants for the parameter user_stopped.
bool in_progress
Whether this cluster operation is currently in progress or not.
A set of string constants for the parameter rebalance_unsharded_data.
string add_ranks_status
If this was a rank-adding operation, the add-specific status of the operation.
IDictionary< string, string > options
Optional parameters.
int history_index
The index of this cluster operation in the reverse-chronologically sorted list of operations,...
KineticaData - class to help with Avro Encoding for Kinetica
A set of string constants for the parameter rebalance_sharded_data.
AdminShowClusterOperationsRequest()
Constructs an AdminShowClusterOperationsRequest object with default parameters.
int sharded_rebalance_percent_complete
Percentage of shard keys, and their associated data if applicable, that have completed rebalancing.
AdminShowClusterOperationsRequest(int? history_index=null, IDictionary< string, string > options=null)
Constructs an AdminShowClusterOperationsRequest object with the specified parameters.
A set of string constants for the parameter rebalance.
bool rebalance
Whether data and/or shard rebalancing is (or was) part of this operation.
A set of results returned by Kinetica.adminShowClusterOperations.
bool rebalance_sharded_data
Whether rebalancing of sharded data is (or was) part of this operation.
bool user_stopped
Whether a user stopped this operation at any point while in progress.
const string COMPLETED_OK
int percent_complete
Percent complete of this entire operation.
A set of string constants for the parameter remove_ranks_status.
bool dry_run
Whether this operation was a dry run.
long shard_array_version
Version of the shard array that is (or was) being rebalanced to.
const string COMPLETED_OK
string rebalance_sharded_data_status
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of t...
const string OK
The operation was successful, or, if still in progress, the operation is successful so far.
A set of string constants for the parameter rebalance_sharded_data_status.
int unsharded_rebalance_percent_complete
Percentage of unsharded tables that completed rebalancing, out of all unsharded tables to rebalance.
string start_time
The start time of the cluster operation.
IList< string > rank_hosts
The host IP addresses of the ranks being added, in the same order as the ranks_being_added list.
IList< string > messages
Updates and error messages if any.
A set of string constants for the parameter add_ranks.
int history_index
Indicates which cluster operation to retrieve.
A set of string constants for the parameter add_ranks_status.
string end_time
The end time of the cluster operation, if completed.
A set of string constants for the parameter dry_run.
int remove_ranks_percent_complete
Current percent complete of the remove ranks operation.
A set of string constants for the parameter in_progress.
string rebalance_unsharded_data_status
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of...
IList< int > ranks_being_removed
The ranks being removed, or that have been removed if the operation is completed.
const string COMPLETED_OK
string endpoint_schema
The schema for the original request.
bool remove_ranks
Whether removing ranks is (or was) part of this operation.
const string ERROR
An error occurred executing the operation.
int history_size
Number of cluster operations executed to date.
string endpoint
The endpoint that initiated the cluster operation.
IList< int > ranks_being_added
The rank numbers of the ranks currently being added, or the rank numbers that were added if the opera...
A set of string constants for the parameter rebalance_unsharded_data_status.
A set of string constants for the parameter overall_status.
A set of string constants for the parameter remove_ranks.
bool add_ranks
Whether adding ranks is (or was) part of this operation.
string overall_status
Overall success status of the operation.
int add_ranks_percent_complete
Current percent complete of the add ranks operation.
string remove_ranks_status
If this was a rank-removing operation, the removal-specific status of the operation.
IDictionary< string, string > info
Additional information.
bool rebalance_unsharded_data
Whether rebalancing of unsharded data is (or was) part of this operation.
A set of parameters for Kinetica.adminShowClusterOperations.