Gets the latest partition changes for a version range in a versioned layer or a time range
for a volatile layer. Only the latest change for each changed partition is returned, not
intermediate changes. If the response contains a partition with an empty 'dataHandle' value,
the partition was deleted at the version indicated by the 'version' field of the partition object.
If a partition was created and deleted between the versions specified in the 'startVersion' and 'endVersion'
parameters, the partition is not included in the response. For example, if you request versions 0 to 10, and a
partition was created in version 3 then deleted in version 7, it is not included in the response.
summary
Gets changes for the version or time range for the specific partition(s).
Gets metadata for specific partition ids. If the layer specified in the request does not exist, the request results in an error.
If a partition specified in the request does not exist, the response does not include this partition.
Maximun allowed number of partitions ids per call is 100.
Gets the latest partition changes for a version range in a versioned layer or a time range for a volatile layer. Only the latest change for each changed partition is returned, not intermediate changes. If the response contains a partition with an empty 'dataHandle' value, the partition was deleted at the version indicated by the 'version' field of the partition object. If a partition was created and deleted between the versions specified in the 'startVersion' and 'endVersion' parameters, the partition is not included in the response. For example, if you request versions 0 to 10, and a partition was created in version 3 then deleted in version 7, it is not included in the response.
Gets changes for the version or time range for the specific partition(s).