Google Cloud Dataplex V1 Client - Class PartitionStyle (0.9.0)

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.