Google Cloud Dataplex V1 Client - Class PartitionStyle (0.9.0)
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 PartitionStyle.
The structure of paths within the entity, which represent partitions.
Protobuf type google.cloud.dataplex.v1.Schema.PartitionStyle
Namespace
Google \ Cloud \ Dataplex \ V1 \ SchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PARTITION_STYLE_UNSPECIFIED
Value: 0PartitionStyle unspecified
Generated from protobuf enum PARTITION_STYLE_UNSPECIFIED = 0;
HIVE_COMPATIBLE
Value: 1Partitions 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;