BackupResource interface
A restorable backup of a Cassandra cluster.
Properties
backup |
The time at which the backup will expire. |
backup |
The unique identifier of backup. |
backup |
The time at which the backup process begins. |
backup |
The current state of the backup. |
backup |
The time at which the backup process ends. |
Property Details
backupExpiryTimestamp
The time at which the backup will expire.
backupExpiryTimestamp?: Date
Property Value
Date
backupId
The unique identifier of backup.
backupId?: string
Property Value
string
backupStartTimestamp
The time at which the backup process begins.
backupStartTimestamp?: Date
Property Value
Date
backupState
The current state of the backup.
backupState?: string
Property Value
string
backupStopTimestamp
The time at which the backup process ends.
backupStopTimestamp?: Date
Property Value
Date