Skip to main content

LiveBackupCopyTableConfig

A table configuration for a live backup copy.

type LiveBackupCopyTableConfig {
options: [LiveBackupCopyTableOptionConfig!]
table: String!
}

Fields

LiveBackupCopyTableConfig.options ● [LiveBackupCopyTableOptionConfig!] list object common

The options applied to the table.

LiveBackupCopyTableConfig.table ● String! non-null scalar common

The table name.

Member Of

LiveBackupCopyConfig object