
C# |
public class DescribeResizeResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeResizeResult()()()() | Initializes a new instance of the DescribeResizeResult class |
![]() | AvgResizeRateInMegaBytesPerSecond |
Gets and sets the property AvgResizeRateInMegaBytesPerSecond.
The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation. |
![]() | ElapsedTimeInSeconds |
Gets and sets the property ElapsedTimeInSeconds.
The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | EstimatedTimeToCompletionInSeconds |
Gets and sets the property EstimatedTimeToCompletionInSeconds.
The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0. |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ImportTablesCompleted |
Gets and sets the property ImportTablesCompleted.
The names of tables that have been completely imported . Valid Values: List of table names. |
![]() | ImportTablesInProgress |
Gets and sets the property ImportTablesInProgress.
The names of tables that are being currently imported. Valid Values: List of table names. |
![]() | ImportTablesNotStarted |
Gets and sets the property ImportTablesNotStarted.
The names of tables that have not been yet imported. Valid Values: List of table names |
![]() | ProgressInMegaBytes |
Gets and sets the property ProgressInMegaBytes.
While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize). |
![]() | Status |
Gets and sets the property Status.
The status of the resize operation.
Valid Values: |
![]() | TargetClusterType |
Gets and sets the property TargetClusterType.
The cluster type after the resize operation is complete.
Valid Values: |
![]() | TargetNodeType |
Gets and sets the property TargetNodeType.
The node type that the cluster will have after the resize operation is complete. |
![]() | TargetNumberOfNodes |
Gets and sets the property TargetNumberOfNodes.
The number of nodes that the cluster will have after the resize operation is complete. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TotalResizeDataInMegaBytes |
Gets and sets the property TotalResizeDataInMegaBytes.
The estimated total amount of data, in megabytes, on the cluster before the resize operation began. |
![]() | WithAvgResizeRateInMegaBytesPerSecond(Double) | Obsolete.
Sets the AvgResizeRateInMegaBytesPerSecond property
|
![]() | WithElapsedTimeInSeconds(Int64) | Obsolete.
Sets the ElapsedTimeInSeconds property
|
![]() | WithEstimatedTimeToCompletionInSeconds(Int64) | Obsolete.
Sets the EstimatedTimeToCompletionInSeconds property
|
![]() | WithImportTablesCompleted(array<String>[]()[][]) | Obsolete.
Sets the ImportTablesCompleted property
|
![]() | WithImportTablesCompleted(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the ImportTablesCompleted property
|
![]() | WithImportTablesInProgress(array<String>[]()[][]) | Obsolete.
Sets the ImportTablesInProgress property
|
![]() | WithImportTablesInProgress(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the ImportTablesInProgress property
|
![]() | WithImportTablesNotStarted(array<String>[]()[][]) | Obsolete.
Sets the ImportTablesNotStarted property
|
![]() | WithImportTablesNotStarted(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the ImportTablesNotStarted property
|
![]() | WithProgressInMegaBytes(Int64) | Obsolete.
Sets the ProgressInMegaBytes property
|
![]() | WithStatus(String) | Obsolete.
Sets the Status property
|
![]() | WithTargetClusterType(String) | Obsolete.
Sets the TargetClusterType property
|
![]() | WithTargetNodeType(String) | Obsolete.
Sets the TargetNodeType property
|
![]() | WithTargetNumberOfNodes(Int32) | Obsolete.
Sets the TargetNumberOfNodes property
|
![]() | WithTotalResizeDataInMegaBytes(Int64) | Obsolete.
Sets the TotalResizeDataInMegaBytes property
|

Object | |
![]() | DescribeResizeResult |