dataStorageLocations property

List<String>? dataStorageLocations
getter/setter pair

For resources that have multiple storage locations, these are those regions.

For Cloud Storage this is the list of regions chosen for dual-region storage. file_store_location will normally be the corresponding multi-region for the list of individual locations. The first region is always picked as the processing and storage location for the data profile.

Implementation

core.List<core.String>? dataStorageLocations;