You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/read-from-versioned-layer.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ App works!
65
65
66
66
## Create `VersionedLayerClient`
67
67
68
-
You can use the `VersionedLayerClient` object to request any data and partition metadata version from a [versioned layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
68
+
You can use the `VersionedLayerClient` object to request any data and partition metadata version from a [versioned layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
69
69
70
70
**To create the `VersionedLayerClient` object:**
71
71
@@ -91,7 +91,7 @@ You can use the `VersionedLayerClient` object to request any data and partition
91
91
92
92
## Get partition metadata from a versioned layer
93
93
94
-
Partition metadata from a [versioned layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#versioned-layers) consists of the following information about the partition:
94
+
Partition metadata from a [versioned layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/layers.html#versioned-layers) consists of the following information about the partition:
95
95
96
96
- Data handle
97
97
- ID
@@ -105,7 +105,7 @@ You can get partition metadata in one of the following ways:
105
105
- Using the Metadata Service API
106
106
- Using the Query Service API
107
107
108
-
You can get partition metadata using the Query Service API only if the partition has the HERE tile scheme. For more information on the HERE tile scheme, see [Partitions](https://developer.here.com/documentation/data-user-guide/portal/layers/partitions.html).
108
+
You can get partition metadata using the Query Service API only if the partition has the HERE tile scheme. For more information on the HERE tile scheme, see [Partitions](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/partitions.html).
109
109
110
110
For performance reasons, it is best to use the Query Service API only to get metadata for a specific partition. For batch processes, and to get metadata for many partitions or all partitions in a layer, use the Metadata Service API.
Youcanrequestanyversionofdatafroma [versionedlayer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#versioned-layers). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
183
+
Youcanrequestanyversionofdatafroma [versionedlayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-versioned.html). When you request a particular version of data from the versioned layer, the partition you receive in the response may have a lower version number than you requested. The version of a layer or partition represents the catalog version in which the layer or partition was last updated.
0 commit comments