AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Describes the result of a cluster resize operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Redshift.Model.DescribeResizeResult

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeResizeResult : AmazonWebServiceResponse

The DescribeResizeResult type exposes the following members

Constructors

NameDescription
Public Method DescribeResizeResult()

Properties

NameTypeDescription
Public Property AvgResizeRateInMegaBytesPerSecond System.Double 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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ElapsedTimeInSeconds System.Int64 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.

Public Property EstimatedTimeToCompletionInSeconds System.Int64 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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImportTablesCompleted System.Collections.Generic.List<System.String> Gets and sets the property ImportTablesCompleted.

The names of tables that have been completely imported .

Valid Values: List of table names.

Public Property ImportTablesInProgress System.Collections.Generic.List<System.String> Gets and sets the property ImportTablesInProgress.

The names of tables that are being currently imported.

Valid Values: List of table names.

Public Property ImportTablesNotStarted System.Collections.Generic.List<System.String> Gets and sets the property ImportTablesNotStarted.

The names of tables that have not been yet imported.

Valid Values: List of table names

Public Property ProgressInMegaBytes System.Int64 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).

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status System.String Gets and sets the property Status.

The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED

Public Property TargetClusterType System.String Gets and sets the property TargetClusterType.

The cluster type after the resize operation is complete.

Valid Values: multi-node | single-node

Public Property TargetNodeType System.String Gets and sets the property TargetNodeType.

The node type that the cluster will have after the resize operation is complete.

Public Property TargetNumberOfNodes System.Int32 Gets and sets the property TargetNumberOfNodes.

The number of nodes that the cluster will have after the resize operation is complete.

Public Property TotalResizeDataInMegaBytes System.Int64 Gets and sets the property TotalResizeDataInMegaBytes.

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8