dagGcsPrefix property

String? dagGcsPrefix
getter/setter pair

The Cloud Storage prefix of the DAGs for this environment.

Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using "/"-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with the given prefix.

Output only.

Implementation

core.String? dagGcsPrefix;