Properties of a Backup.
Package
@google-cloud/spannerProperties
createTime
createTime?: (google.protobuf.ITimestamp|null);
Backup createTime
database
database?: (string|null);
Backup database
databaseDialect
databaseDialect?: (google.spanner.admin.database.v1.DatabaseDialect|keyof typeof google.spanner.admin.database.v1.DatabaseDialect|null);
Backup databaseDialect
encryptionInfo
encryptionInfo?: (google.spanner.admin.database.v1.IEncryptionInfo|null);
Backup encryptionInfo
expireTime
expireTime?: (google.protobuf.ITimestamp|null);
Backup expireTime
maxExpireTime
maxExpireTime?: (google.protobuf.ITimestamp|null);
Backup maxExpireTime
name
name?: (string|null);
Backup name
referencingBackups
referencingBackups?: (string[]|null);
Backup referencingBackups
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