Interface protos.google.spanner.admin.database.v1.IBackup

Properties of a Backup.

Package

@google-cloud/spanner!

Properties

createTime

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

Backup createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

database

database?: (string|null);

Backup database

Property Value
TypeDescription
(string|null)

encryptionInfo

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

Backup encryptionInfo

Property Value
TypeDescription
(google.spanner.admin.database.v1.IEncryptionInfo|null)

expireTime

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

Backup expireTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

name

name?: (string|null);

Backup name

Property Value
TypeDescription
(string|null)

referencingDatabases

referencingDatabases?: (string[]|null);

Backup referencingDatabases

Property Value
TypeDescription
(string[]|null)

sizeBytes

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

Backup sizeBytes

Property Value
TypeDescription
(number|Long|string|null)

state

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

Backup state

Property Value
TypeDescription
(google.spanner.admin.database.v1.Backup.State|keyof typeof google.spanner.admin.database.v1.Backup.State|null)

versionTime

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

Backup versionTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)