Partition(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents partition metadata contained within entity instances.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. The resource name of the partition, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_id} .
{partition_id} is a generated unique ID.
|
values |
Sequence[str]
Required. Immutable. The set of values representing the partition, which correspond to the partition schema defined in the parent entity. |
location |
str
Required. Immutable. The location of the entity data within the partition, for example, gs://bucket/path/to/entity/key1=value1/key2=value2 .
|
etag |
str
Optional. The etag for this partition. Required for update requests. It must match the server's etag. |