Google Cloud Dataplex V1 Client - Class PartitionStructure (0.1.6)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;