Reference documentation and code samples for the Google Cloud Dataplex V1 Client class PartitionStructure.
The expected partition structure.
Protobuf type google.cloud.dataplex.v1.Action.InvalidDataPartition.PartitionStructure
Namespace
Google \ Cloud \ Dataplex \ V1 \ Action \ InvalidDataPartitionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PARTITION_STRUCTURE_UNSPECIFIED
Value: 0
PartitionStructure unspecified.
Generated from protobuf enum PARTITION_STRUCTURE_UNSPECIFIED = 0;
CONSISTENT_KEYS
Value: 1
Consistent hive-style partition definition (both raw and curated zone).
Generated from protobuf enum CONSISTENT_KEYS = 1;
HIVE_STYLE_KEYS
Value: 2
Hive style partition definition (curated zone only).
Generated from protobuf enum HIVE_STYLE_KEYS = 2;