partitionStyle property
The structure of paths containing partition data within the entity.
Optional. Possible string values are:
- "PARTITION_STYLE_UNSPECIFIED" : PartitionStyle unspecified
- "HIVE_COMPATIBLE" : Partitions are hive-compatible. Examples: gs://bucket/path/to/table/dt=2019-10-31/lang=en, gs://bucket/path/to/table/dt=2019-10-31/lang=en/late.
Implementation
core.String? partitionStyle;