Skip to main content

Interface: CloudBackupEntry

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

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

Propertiesโ€‹

encryptedโ€‹

encrypted: boolean

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

Indicates whether the stored backup is encrypted client-side.


fileNameโ€‹

fileName: string

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

File name presented to the user when downloading/restoring.


keyโ€‹

key: string

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

Provider key that uniquely identifies the backup object.


metadataโ€‹

metadata: SerializedDatabaseBackupMetadata

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

Metadata describing the backup contents.