Class Partition (0.1.0)

Partition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about a Hive partition.

Attributes

Name Description
values MutableSequence[str]
Required. Represents the values of the partition keys, where each value corresponds to a specific partition key in the order in which the keys are defined. Each value is limited to 1024 characters.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the partition.
storage_descriptor google.cloud.biglake_hive_v1beta.types.StorageDescriptor
Optional. Contains information about the physical storage of the data in the partition.
parameters MutableMapping[str, str]
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
fields MutableSequence[google.cloud.biglake_hive_v1beta.types.FieldSchema]
Optional. List of columns.

Classes

ParametersEntry

ParametersEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.