rootPath property
The root of the container.
Examples: - For BigQuery table project_id:dataset_id.table_id
, the root
is dataset_id
- For Cloud Storage file
gs://bucket/folder/filename.txt
, the root is gs://bucket
Implementation
core.String? rootPath;