|
Kinetica C# API
Version 7.2.3.1
|
A set of results returned by Kinetica.adminShowClusterOperations. More...
Inheritance diagram for AdminShowClusterOperationsResponse:
Collaboration diagram for AdminShowClusterOperationsResponse:Classes | |
| struct | AddRanks |
| A set of string constants for the parameter add_ranks. More... | |
| struct | AddRanksStatus |
| A set of string constants for the parameter add_ranks_status. More... | |
| struct | DryRun |
| A set of string constants for the parameter dry_run. More... | |
| struct | InProgress |
| A set of string constants for the parameter in_progress. More... | |
| struct | OverallStatus |
| A set of string constants for the parameter overall_status. More... | |
| struct | Rebalance |
| A set of string constants for the parameter rebalance. More... | |
| struct | RebalanceShardedData |
| A set of string constants for the parameter rebalance_sharded_data. More... | |
| struct | RebalanceShardedDataStatus |
| A set of string constants for the parameter rebalance_sharded_data_status. More... | |
| struct | RebalanceUnshardedData |
| A set of string constants for the parameter rebalance_unsharded_data. More... | |
| struct | RebalanceUnshardedDataStatus |
| A set of string constants for the parameter rebalance_unsharded_data_status. More... | |
| struct | RemoveRanks |
| A set of string constants for the parameter remove_ranks. More... | |
| struct | RemoveRanksStatus |
| A set of string constants for the parameter remove_ranks_status. More... | |
| struct | UserStopped |
| A set of string constants for the parameter user_stopped. More... | |
Properties | |
| int | history_index [get, set] |
| The index of this cluster operation in the reverse-chronologically sorted list of operations, where 0 is the most recent operation. More... | |
| int | history_size [get, set] |
| Number of cluster operations executed to date. More... | |
| bool | in_progress [get, set] |
| Whether this cluster operation is currently in progress or not. More... | |
| string | start_time [get, set] |
| The start time of the cluster operation. More... | |
| string | end_time [get, set] |
| The end time of the cluster operation, if completed. More... | |
| string | endpoint [get, set] |
| The endpoint that initiated the cluster operation. More... | |
| string | endpoint_schema [get, set] |
| The schema for the original request. More... | |
| string | overall_status [get, set] |
| Overall success status of the operation. More... | |
| bool | user_stopped [get, set] |
| Whether a user stopped this operation at any point while in progress. More... | |
| int | percent_complete [get, set] |
| Percent complete of this entire operation. More... | |
| bool | dry_run [get, set] |
| Whether this operation was a dry run. More... | |
| IList< string > | messages = new List<string>() [get, set] |
| Updates and error messages if any. More... | |
| bool | add_ranks [get, set] |
| Whether adding ranks is (or was) part of this operation. More... | |
| string | add_ranks_status [get, set] |
| If this was a rank-adding operation, the add-specific status of the operation. More... | |
| IList< int > | ranks_being_added = new List<int>() [get, set] |
| The rank numbers of the ranks currently being added, or the rank numbers that were added if the operation is complete. More... | |
| IList< string > | rank_hosts = new List<string>() [get, set] |
| The host IP addresses of the ranks being added, in the same order as the ranks_being_added list. More... | |
| int | add_ranks_percent_complete [get, set] |
| Current percent complete of the add ranks operation. More... | |
| bool | remove_ranks [get, set] |
| Whether removing ranks is (or was) part of this operation. More... | |
| string | remove_ranks_status [get, set] |
| If this was a rank-removing operation, the removal-specific status of the operation. More... | |
| IList< int > | ranks_being_removed = new List<int>() [get, set] |
| The ranks being removed, or that have been removed if the operation is completed. More... | |
| int | remove_ranks_percent_complete [get, set] |
| Current percent complete of the remove ranks operation. More... | |
| bool | rebalance [get, set] |
| Whether data and/or shard rebalancing is (or was) part of this operation. More... | |
| bool | rebalance_unsharded_data [get, set] |
| Whether rebalancing of unsharded data is (or was) part of this operation. More... | |
| string | rebalance_unsharded_data_status [get, set] |
| If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation. More... | |
| int | unsharded_rebalance_percent_complete [get, set] |
| Percentage of unsharded tables that completed rebalancing, out of all unsharded tables to rebalance. More... | |
| bool | rebalance_sharded_data [get, set] |
| Whether rebalancing of sharded data is (or was) part of this operation. More... | |
| long | shard_array_version [get, set] |
| Version of the shard array that is (or was) being rebalanced to. More... | |
| string | rebalance_sharded_data_status [get, set] |
| If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation. More... | |
| int | num_shards_changing [get, set] |
| Number of shards that will change as part of rebalance. More... | |
| int | sharded_rebalance_percent_complete [get, set] |
| Percentage of shard keys, and their associated data if applicable, that have completed rebalancing. More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Public Member Functions inherited from KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
Static Public Member Functions inherited from KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.adminShowClusterOperations.
Definition at line 54 of file AdminShowClusterOperations.cs.
|
getset |
Whether adding ranks is (or was) part of this operation.
Supported values:
Definition at line 294 of file AdminShowClusterOperations.cs.
|
getset |
Current percent complete of the add ranks operation.
Definition at line 331 of file AdminShowClusterOperations.cs.
|
getset |
If this was a rank-adding operation, the add-specific status of the operation.
Valid values are:
Definition at line 320 of file AdminShowClusterOperations.cs.
|
getset |
Whether this operation was a dry run.
Supported values:
Definition at line 278 of file AdminShowClusterOperations.cs.
|
getset |
The end time of the cluster operation, if completed.
Definition at line 228 of file AdminShowClusterOperations.cs.
|
getset |
The endpoint that initiated the cluster operation.
Definition at line 231 of file AdminShowClusterOperations.cs.
|
getset |
The schema for the original request.
Definition at line 234 of file AdminShowClusterOperations.cs.
|
getset |
The index of this cluster operation in the reverse-chronologically sorted list of operations, where 0 is the most recent operation.
Definition at line 206 of file AdminShowClusterOperations.cs.
|
getset |
Number of cluster operations executed to date.
Definition at line 209 of file AdminShowClusterOperations.cs.
|
getset |
Whether this cluster operation is currently in progress or not.
Supported values:
Definition at line 222 of file AdminShowClusterOperations.cs.
|
getset |
Additional information.
Definition at line 500 of file AdminShowClusterOperations.cs.
|
getset |
Updates and error messages if any.
Definition at line 281 of file AdminShowClusterOperations.cs.
|
getset |
Number of shards that will change as part of rebalance.
Definition at line 493 of file AdminShowClusterOperations.cs.
|
getset |
Overall success status of the operation.
Supported values:
Definition at line 250 of file AdminShowClusterOperations.cs.
|
getset |
Percent complete of this entire operation.
Definition at line 266 of file AdminShowClusterOperations.cs.
|
getset |
The host IP addresses of the ranks being added, in the same order as the ranks_being_added list.
Definition at line 328 of file AdminShowClusterOperations.cs.
|
getset |
The rank numbers of the ranks currently being added, or the rank numbers that were added if the operation is complete.
Definition at line 324 of file AdminShowClusterOperations.cs.
|
getset |
The ranks being removed, or that have been removed if the operation is completed.
Definition at line 374 of file AdminShowClusterOperations.cs.
|
getset |
Whether data and/or shard rebalancing is (or was) part of this operation.
Supported values:
Definition at line 391 of file AdminShowClusterOperations.cs.
|
getset |
Whether rebalancing of sharded data is (or was) part of this operation.
Supported values:
Definition at line 452 of file AdminShowClusterOperations.cs.
|
getset |
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
Valid values are:
Definition at line 489 of file AdminShowClusterOperations.cs.
|
getset |
Whether rebalancing of unsharded data is (or was) part of this operation.
Supported values:
Definition at line 404 of file AdminShowClusterOperations.cs.
|
getset |
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
Valid values are:
Definition at line 435 of file AdminShowClusterOperations.cs.
|
getset |
Whether removing ranks is (or was) part of this operation.
Supported values:
Definition at line 344 of file AdminShowClusterOperations.cs.
|
getset |
Current percent complete of the remove ranks operation.
Definition at line 378 of file AdminShowClusterOperations.cs.
|
getset |
If this was a rank-removing operation, the removal-specific status of the operation.
Valid values are:
Definition at line 370 of file AdminShowClusterOperations.cs.
|
getset |
Version of the shard array that is (or was) being rebalanced to.
Each change to the shard array results in the version number incrementing.
Definition at line 458 of file AdminShowClusterOperations.cs.
|
getset |
Percentage of shard keys, and their associated data if applicable, that have completed rebalancing.
Definition at line 497 of file AdminShowClusterOperations.cs.
|
getset |
The start time of the cluster operation.
Definition at line 225 of file AdminShowClusterOperations.cs.
|
getset |
Percentage of unsharded tables that completed rebalancing, out of all unsharded tables to rebalance.
Definition at line 439 of file AdminShowClusterOperations.cs.
|
getset |
Whether a user stopped this operation at any point while in progress.
Supported values:
Definition at line 263 of file AdminShowClusterOperations.cs.