Interface: CloudBackupEntry
Defined in: shared/types/cloud.ts:93
Entry representing a remote backup artifact stored in a cloud provider.
Propertiesโ
encryptedโ
encrypted:
boolean
Defined in: shared/types/cloud.ts:95
Indicates whether the stored backup is encrypted client-side.
fileNameโ
fileName:
string
Defined in: shared/types/cloud.ts:97
File name presented to the user when downloading/restoring.
keyโ
key:
string
Defined in: shared/types/cloud.ts:99
Provider key that uniquely identifies the backup object.
metadataโ
metadata:
SerializedDatabaseBackupMetadata
Defined in: shared/types/cloud.ts:101
Metadata describing the backup contents.