Skip to main content

DBBackupCopyConfig

The configuration used for a copied database backup.

type DBBackupCopyConfig {
backupLabel: String!
networkSiteId: Int
siteId: Int!
tables: [String!]!
userId: String
}

Fields

DBBackupCopyConfig.backupLabel ● String! non-null scalar common

The label assigned to the backup copy.

DBBackupCopyConfig.networkSiteId ● Int scalar common

The optional network site ID included in the backup copy.

DBBackupCopyConfig.siteId ● Int! non-null scalar common

The site ID the backup copy belongs to.

DBBackupCopyConfig.tables ● [String!]! non-null scalar common

The database tables included in the backup copy.

DBBackupCopyConfig.userId ● String scalar common

The user ID that requested the backup copy.

Member Of

DBBackupCopy object