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 3.5
 
Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

Inheritance Hierarchy

System.Object
  Amazon.Redshift.Model.RestoreStatus

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

Syntax

C#
public class RestoreStatus : Object

The RestoreStatus type exposes the following members

Constructors

NameDescription
Public Method RestoreStatus()

Properties

NameTypeDescription
Public Property CurrentRestoreRateInMegaBytesPerSecond System.Double Gets and sets the property CurrentRestoreRateInMegaBytesPerSecond.

The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.

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

The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.

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

The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.

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

The number of megabytes that have been transferred from snapshot storage.

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

The size of the set of snapshot data used to restore the cluster.

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

The status of the restore action. Returns starting, restoring, completed, or failed.

Version Information

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

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