Resource: Partition
Represents partition metadata contained within entity instances.
JSON representation |
---|
{ "name": string, "values": [ string ], "location": string, "etag": string } |
Fields | |
---|---|
name |
Output only. Partition values used in the HTTP URL must be double encoded. For example, |
values[] |
Required. Immutable. The set of values representing the partition, which correspond to the partition schema defined in the parent entity. |
location |
Required. Immutable. The location of the entity data within the partition, for example, |
etag |
Optional. The etag for this partition. |
Methods |
|
---|---|
|
Create a metadata partition. |
|
Delete a metadata partition. |
|
Get a metadata partition of an entity. |
|
List metadata partitions of an entity. |