instancePartitions property

List<BackupInstancePartition>? instancePartitions
getter/setter pair

The instance partition storing the backup.

This is the same as the list of the instance partitions that the database recorded at the backup's version_time.

Output only.

Implementation

core.List<BackupInstancePartition>? instancePartitions;