expectedStructure property

String? expectedStructure
getter/setter pair

The issue type of InvalidDataPartition. Possible string values are:

  • "PARTITION_STRUCTURE_UNSPECIFIED" : PartitionStructure unspecified.
  • "CONSISTENT_KEYS" : Consistent hive-style partition definition (both raw and curated zone).
  • "HIVE_STYLE_KEYS" : Hive style partition definition (curated zone only).

Implementation

core.String? expectedStructure;