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-volatile-layer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ App works!
65
65
66
66
## Create `VolatileLayerClient`
67
67
68
-
You can use the `VolatileLayerClient` object to get the latest published data and partition metadata from a [volatile layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#volatile-layers).
68
+
You can use the `VolatileLayerClient` object to get the latest published data and partition metadata from a [volatile layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-volatile.html).
69
69
70
70
**To create the `VolatileLayerClient` object:**
71
71
@@ -85,7 +85,7 @@ You can use the `VolatileLayerClient` object to get the latest published data an
85
85
86
86
## Get partition metadata from a volatile layer
87
87
88
-
Partition metadata from a [volatile layer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#volatile-layers) consists of the following information about the partition:
88
+
Partition metadata from a [volatile layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-volatile.html) consists of the following information about the partition:
89
89
90
90
- Data handle
91
91
- ID
@@ -98,7 +98,7 @@ You can get partition metadata in one of the following ways:
98
98
- Using the Metadata Service API
99
99
- Using the Query Service API
100
100
101
-
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).
101
+
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).
102
102
103
103
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.
A [volatilelayer](https://developer.here.com/documentation/data-user-guide/portal/layers/layers.html#volatile-layers) consists of key-value pairs. Each new value for a key overrides the old one. Therefore, you can only get the latest data from the volatile layer.
170
+
A [volatilelayer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-volatile.html) consists of key-value pairs. Each new value for a key overrides the old one. Therefore, you can only get the latest data from the volatile layer.
0 commit comments