Skip to main content

Interface: CloudBackupEntry

Defined in: shared/types/cloud.ts:98

Entry representing a remote backup artifact stored in a cloud provider.

Propertiesโ€‹

encryptedโ€‹

encrypted: boolean

Defined in: shared/types/cloud.ts:100

Indicates whether the stored backup is encrypted client-side.


fileNameโ€‹

fileName: string

Defined in: shared/types/cloud.ts:102

File name presented to the user when downloading/restoring.


keyโ€‹

key: string

Defined in: shared/types/cloud.ts:104

Provider key that uniquely identifies the backup object.


metadataโ€‹

metadata: SerializedDatabaseBackupMetadata

Defined in: shared/types/cloud.ts:106

Metadata describing the backup contents.