Class RestoreTableFromRecoveryPointRequest

    • Method Detail

      • activateCaseSensitiveIdentifier

        public final Boolean 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.

        Returns:
        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

        public final String namespaceName()

        Namespace of the recovery point to restore from.

        Returns:
        Namespace of the recovery point to restore from.
      • newTableName

        public final String newTableName()

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

        Returns:
        The name of the table to create from the restore operation.
      • recoveryPointId

        public final String recoveryPointId()

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

        Returns:
        The ID of the recovery point to restore the table from.
      • sourceDatabaseName

        public final String sourceDatabaseName()

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

        Returns:
        The name of the source database that contains the table being restored.
      • sourceSchemaName

        public final String sourceSchemaName()

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

        Returns:
        The name of the source schema that contains the table being restored.
      • sourceTableName

        public final String sourceTableName()

        The name of the source table being restored.

        Returns:
        The name of the source table being restored.
      • targetDatabaseName

        public final String targetDatabaseName()

        The name of the database to restore the table to.

        Returns:
        The name of the database to restore the table to.
      • targetSchemaName

        public final String targetSchemaName()

        The name of the schema to restore the table to.

        Returns:
        The name of the schema to restore the table to.
      • workgroupName

        public final String workgroupName()

        The workgroup to restore the table to.

        Returns:
        The workgroup to restore the table to.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object