Information about a Hive partition.
| JSON representation |
|---|
{ "values": [ string ], "createTime": string, "storageDescriptor": { object ( |
| Fields | |
|---|---|
values[] |
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. |
createTime |
Output only. The creation time of the partition. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
storageDescriptor |
Optional. Contains information about the physical storage of the data in the partition. |
parameters |
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB. An object containing a list of |
fields[] |
Optional. List of columns. |