Google Cloud Dataplex V1 Client - Class PartitionStyle (1.0.0-RC1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class PartitionStyle.

The structure of paths within the entity, which represent partitions.

Protobuf type google.cloud.dataplex.v1.Schema.PartitionStyle

Namespace

Google \ Cloud \ Dataplex \ V1 \ Schema

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PARTITION_STYLE_UNSPECIFIED

Value: 0

PartitionStyle unspecified

Generated from protobuf enum PARTITION_STYLE_UNSPECIFIED = 0;

HIVE_COMPATIBLE

Value: 1

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.

Generated from protobuf enum HIVE_COMPATIBLE = 1;