dataPathPattern property

String? dataPathPattern
getter/setter pair

The set of items within the data path constituting the data in the entity, represented as a glob path.

Example: gs://bucket/path/to/data / * * / * .csv.

Optional.

Implementation

core.String? dataPathPattern;