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.
Container for the parameters to the RestoreTableFromSnapshot operation. Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
Namespace: Amazon.RedshiftServerless.Model
Assembly: AWSSDK.RedshiftServerless.dll
Version: 3.x.y.z
public class RestoreTableFromSnapshotRequest : AmazonRedshiftServerlessRequest IAmazonWebServiceRequest
The RestoreTableFromSnapshotRequest type exposes the following members
Name | Description | |
---|---|---|
RestoreTableFromSnapshotRequest() |
Name | Type | Description | |
---|---|---|---|
ActivateCaseSensitiveIdentifier | System.Boolean |
Gets and sets the property ActivateCaseSensitiveIdentifier. Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false. |
|
NamespaceName | System.String |
Gets and sets the property NamespaceName. The namespace of the snapshot to restore from. |
|
NewTableName | System.String |
Gets and sets the property NewTableName. The name of the table to create from the restore operation. |
|
SnapshotName | System.String |
Gets and sets the property SnapshotName. The name of the snapshot to restore the table from. |
|
SourceDatabaseName | System.String |
Gets and sets the property SourceDatabaseName. The name of the source database that contains the table being restored. |
|
SourceSchemaName | System.String |
Gets and sets the property SourceSchemaName. The name of the source schema that contains the table being restored. |
|
SourceTableName | System.String |
Gets and sets the property SourceTableName. The name of the source table being restored. |
|
TargetDatabaseName | System.String |
Gets and sets the property TargetDatabaseName. The name of the database to restore the table to. |
|
TargetSchemaName | System.String |
Gets and sets the property TargetSchemaName. The name of the schema to restore the table to. |
|
WorkgroupName | System.String |
Gets and sets the property WorkgroupName. The workgroup to restore the table to. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5