instancePartitions property

List<BackupInstancePartition>? instancePartitions
getter/setter pair

The instance partition(s) storing the backup.

This is the same as the list of the instance partition(s) that the database had footprint in at the backup's version_time.

Output only.

Implementation

core.List<BackupInstancePartition>? instancePartitions;