Interface protos.google.spanner.admin.database.v1.IBackup (5.15.2)

Properties of a Backup.

Package

@google-cloud/spanner

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Backup createTime

database

database?: (string|null);

Backup database

encryptionInfo

encryptionInfo?: (google.spanner.admin.database.v1.IEncryptionInfo|null);

Backup encryptionInfo

expireTime

expireTime?: (google.protobuf.ITimestamp|null);

Backup expireTime

name

name?: (string|null);

Backup name

referencingDatabases

referencingDatabases?: (string[]|null);

Backup referencingDatabases

sizeBytes

sizeBytes?: (number|Long|string|null);

Backup sizeBytes

state

state?: (google.spanner.admin.database.v1.Backup.State|keyof typeof google.spanner.admin.database.v1.Backup.State|null);

Backup state

versionTime

versionTime?: (google.protobuf.ITimestamp|null);

Backup versionTime