Skip to main content

Backup

A backup available for an environment.

type Backup {
createdAt: String
dataset: DBPartitioningDataset
environmentId: Int
filename: String
id: Float
size: Float
sqlDumpTool: String
type: String
}

Fields

Backup.createdAt ● String scalar common

When the backup was created.

Backup.dataset ● DBPartitioningDataset object common

The partitioning dataset associated with the backup, if any.

Backup.environmentId ● Int scalar common

The environment ID the backup belongs to.

Backup.filename ● String scalar common

The backup filename.

Backup.id ● Float scalar common

The unique identifier for the backup.

Backup.size ● Float scalar common

The backup size in bytes.

Backup.sqlDumpTool ● String scalar common

The SQL dump tool used to generate the backup.

Backup.type ● String scalar common

The backup type.

Member Of

AppEnvironment object ● BackupsList object