referencingDatabases property

List<String>? referencingDatabases
getter/setter pair

The names of the databases that reference this instance partition.

Referencing databases should share the parent instance. The existence of any referencing database prevents the instance partition from being deleted.

Output only.

Implementation

core.List<core.String>? referencingDatabases;