backupLocation property

String? backupLocation
getter/setter pair

A Cloud Storage URI specifying the location of the backup artifacts, namely - backup avro files under "avro/", backup_metastore.json and service.json, in the following form:gs://.

Mutually exclusive with backup, and exactly one of the two must be set.

Optional.

Implementation

core.String? backupLocation;