Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface RestoreTableFromSnapshotRequest

Hierarchy

Properties

activateCaseSensitiveIdentifier?: boolean

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: undefined | string

The namespace of the snapshot to restore from.

newTableName: undefined | string

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

snapshotName: undefined | string

The name of the snapshot to restore the table from.

sourceDatabaseName: undefined | string

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

sourceSchemaName?: string

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

sourceTableName: undefined | string

The name of the source table being restored.

targetDatabaseName?: string

The name of the database to restore the table to.

targetSchemaName?: string

The name of the schema to restore the table to.

workgroupName: undefined | string

The workgroup to restore the table to.