AWS SDK Version 3 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.

Describes the result of a cluster resize operation.

Inheritance Hierarchy

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

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.Redshift.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeResizeResponse : AmazonWebServiceResponse

The DescribeResizeResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeResizeResponse()

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 DataTransferProgressPercent System.Double

Gets and sets the property DataTransferProgressPercent.

The percent of data transferred from source cluster to target cluster.

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 Message System.String

Gets and sets the property Message.

An optional string to provide additional details about the resize action.

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 ResizeType System.String

Gets and sets the property ResizeType.

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

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 | CANCELLING

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 TargetEncryptionType System.String

Gets and sets the property TargetEncryptionType.

The type of encryption for the cluster after the resize is complete.

Possible values are KMS and None.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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