Skip to main content

DBBackupCopy

A copied database backup available for download.

type DBBackupCopy implements Model {
config: DBBackupCopyConfig
filePath: String!
id: Int
}

Fields

DBBackupCopy.config ● DBBackupCopyConfig object common

The configuration used to create the backup copy.

DBBackupCopy.filePath ● String! non-null scalar common

The file path for the copied backup.

DBBackupCopy.id ● Int scalar common

id is not implemented by DBBackupCopy as it does not have an integer id

Interfaces

Model interface common

A model with an integer identifier.

Member Of

DBBackupCopyList object