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 status of a RestoreTableFromClusterSnapshot operation.

Inheritance Hierarchy

System.Object
  Amazon.Redshift.Model.TableRestoreStatus

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

Syntax

C#
public class TableRestoreStatus

The TableRestoreStatus type exposes the following members

Constructors

NameDescription
Public Method TableRestoreStatus()

Properties

NameTypeDescription
Public Property ClusterIdentifier System.String

Gets and sets the property ClusterIdentifier.

The identifier of the Amazon Redshift cluster that the table is being restored to.

Public Property Message System.String

Gets and sets the property Message.

A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

Public Property NewTableName System.String

Gets and sets the property NewTableName.

The name of the table to create as a result of the table restore request.

Public Property ProgressInMegaBytes System.Int64

Gets and sets the property ProgressInMegaBytes.

The amount of data restored to the new table so far, in megabytes (MB).

Public Property RequestTime System.DateTime

Gets and sets the property RequestTime.

The time that the table restore request was made, in Universal Coordinated Time (UTC).

Public Property SnapshotIdentifier System.String

Gets and sets the property SnapshotIdentifier.

The identifier of the snapshot that the table is being restored from.

Public Property SourceDatabaseName System.String

Gets and sets the property SourceDatabaseName.

The name of the source database that contains the table being restored.

Public Property SourceSchemaName System.String

Gets and sets the property SourceSchemaName.

The name of the source schema that contains the table being restored.

Public Property SourceTableName System.String

Gets and sets the property SourceTableName.

The name of the source table being restored.

Public Property Status Amazon.Redshift.TableRestoreStatusType

Gets and sets the property Status.

A value that describes the current state of the table restore request.

Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS

Public Property TableRestoreRequestId System.String

Gets and sets the property TableRestoreRequestId.

The unique identifier for the table restore request.

Public Property TargetDatabaseName System.String

Gets and sets the property TargetDatabaseName.

The name of the database to restore the table to.

Public Property TargetSchemaName System.String

Gets and sets the property TargetSchemaName.

The name of the schema to restore the table to.

Public Property TotalDataInMegaBytes System.Int64

Gets and sets the property TotalDataInMegaBytes.

The total amount of data to restore to the new table, in megabytes (MB).

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