exclusiveSizeBytes property

String? exclusiveSizeBytes
getter/setter pair

For a backup in an incremental backup chain, this is the storage space needed to keep the data that has changed since the previous backup.

For all other backups, this is always the size of the backup. This value may change if backups on the same chain get deleted or expired. This field can be used to calculate the total storage space used by a set of backups. For example, the total space used by all backups of a database can be computed by summing up this field.

Output only.

Implementation

core.String? exclusiveSizeBytes;