C# 클래스 Amazon.Redshift.Model.RestoreTableFromClusterSnapshotRequest

Container for the parameters to the RestoreTableFromClusterSnapshot operation. Creates a new table from a table in an Amazon Redshift cluster snapshot. You must create the new table within the Amazon Redshift cluster that the snapshot was taken from.

You cannot use RestoreTableFromClusterSnapshot to restore a table with the same name as an existing table in an Amazon Redshift cluster. That is, you cannot overwrite an existing table in a cluster with a restored table. If you want to replace your original table with a new, restored table, then rename or drop your original table before you call RestoreTableFromClusterSnapshot. When you have renamed your original table, then you can pass the original name of the table as the NewTableName parameter value in the call to RestoreTableFromClusterSnapshot. This way, you can replace the original table with the table created from the snapshot.

상속: AmazonRedshiftRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetClusterIdentifier ( ) : bool
IsSetNewTableName ( ) : bool
IsSetSnapshotIdentifier ( ) : bool
IsSetSourceDatabaseName ( ) : bool
IsSetSourceSchemaName ( ) : bool
IsSetSourceTableName ( ) : bool
IsSetTargetDatabaseName ( ) : bool
IsSetTargetSchemaName ( ) : bool