RestoreTableFromRecoveryPointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Namespace of the recovery point to restore from.

Link copied to clipboard

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

Link copied to clipboard

The ID of the recovery point to restore the table from.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the source table being restored.

Link copied to clipboard

The name of the database to restore the table to.

Link copied to clipboard

The name of the schema to restore the table to.

Link copied to clipboard

The workgroup to restore the table to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String