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.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RedshiftServerless.AmazonRedshiftServerlessRequest
      Amazon.RedshiftServerless.Model.RestoreTableFromSnapshotRequest

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

Syntax

C#
public class RestoreTableFromSnapshotRequest : AmazonRedshiftServerlessRequest
         IAmazonWebServiceRequest

The RestoreTableFromSnapshotRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property NamespaceName System.String

Gets and sets the property NamespaceName.

The namespace of the snapshot to restore from.

Public Property NewTableName System.String

Gets and sets the property NewTableName.

The name of the table to create from the restore operation.

Public Property SnapshotName System.String

Gets and sets the property SnapshotName.

The name of the snapshot to restore the table 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 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 WorkgroupName System.String

Gets and sets the property WorkgroupName.

The workgroup to restore the table to.

Version Information

.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