sizeBytes property

String? sizeBytes
getter/setter pair

Size of the backup in bytes.

For a backup in an incremental backup chain, this is the sum of the exclusive_size_bytes of itself and all older backups in the chain.

Output only.

Implementation

core.String? sizeBytes;