uri property
The path to the file in Google Cloud Storage where the export will be stored.
The URI is in the form gs://bucketName/fileName
. If the file already
exists, the request succeeds, but the operation fails. If fileType
is
SQL
and the filename ends with .gz, the contents are compressed.
Implementation
core.String? uri;