BackupResource interface

A restorable backup of a Cassandra cluster.

Properties

backupExpiryTimestamp

The time at which the backup will expire.

backupId

The unique identifier of backup.

backupStartTimestamp

The time at which the backup process begins.

backupState

The current state of the backup.

backupStopTimestamp

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