Google Cloud Dataplex V1 Client - Class PartitionStructure (0.16.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0PartitionStructure unspecified.
Generated from protobuf enum PARTITION_STRUCTURE_UNSPECIFIED = 0;
CONSISTENT_KEYS
Value: 1Consistent hive-style partition definition (both raw and curated zone).
Generated from protobuf enum CONSISTENT_KEYS = 1;
HIVE_STYLE_KEYS
Value: 2Hive style partition definition (curated zone only).
Generated from protobuf enum HIVE_STYLE_KEYS = 2;