# Functions

IsFinalState checks whether backup job has successfully run.

# Constants

Failed represents a backup record that has had its backup job fail.
Pending communicates that a backup record has been created but the backup job has not yet run.
Ready represents a backup record that has had its backup job run successfully.

# Structs

BackupStats represents various backup level data that couchbase provides.
CreateBackupRequest is the request payload sent to the Capella V4 Public API in order to create a new backup.
No description provided by the author
GetBackupResponse is the response received from the Capella V4 Public API when asked to fetch details of an existing backup.
GetBackupsResponse is the response received from the Capella V4 Public API when asked to list all backups.
GetCycleResponse is the response received from the Capella V4 Public API when asked to fetch details of an existing cycle.
GetCyclesResponse is the response received from the Capella V4 Public API when asked to list all cycles for a bucket in a cluster.
ScheduleInfo represents the schedule information of the backup.

# Type aliases

No description provided by the author
State is the state that a backup can have based on the fact if backup job has run successfully or not.