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