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
- Modify several links.
- Change the following heading: "Get partition data from a versioned
layer" to "Get partition data from a versioned layer".
Relates-To: OLPEDGE-2348
Signed-off-by: Halyna Dumych <[email protected]>
Copy file name to clipboardExpand all lines: docs/authenticate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To authenticate to the HERE platform and start working with HERE Data SDK for C+
34
34
35
35
You get an access token.
36
36
37
-
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">related section</a> in the Developer Guide.
37
+
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the [related section](create-platform-client-settings.md) in the Developer Guide.
38
38
39
39
## Authenticate using project authentication
40
40
@@ -77,7 +77,7 @@ You can use the `AuthenticationSettings` object to create the `OlpClientSettings
77
77
78
78
You get an access token.
79
79
80
-
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">related section</a> in the Developer Guide.
80
+
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the [related section](create-platform-client-settings.md) in the Developer Guide.
81
81
82
82
## Authenticate using federated credentials
83
83
@@ -146,4 +146,4 @@ You can use the `AuthenticationSettings` object to create the `OlpClientSettings
146
146
147
147
You get an access token. By default, it expires in 24 hours. To continue working with the HERE platform after your token expires, generate a new access token.
148
148
149
-
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the <a href="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md" target="_blank">related section</a> in the Developer Guide.
149
+
You can use the `AuthenticationSettings` object to create the `OlpClientSettings` object. For more information, see the [related section](create-platform-client-settings.md) in the Developer Guide.
Copy file name to clipboardExpand all lines: docs/dataservice-cache-example.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ You can get data from a [versioned layer](https://developer.here.com/olp/documen
70
70
71
71
1. Create the `OlpClientSettings` object with the path to the needed cache settings properties (disk space, runtime memory limit, maximum file size, in-memory data cache size, options, and paths).
72
72
73
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
73
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
74
74
75
75
> #### Note
76
76
> Perform the first call with the valid mutable cache path, and the second call – with the protected cache path.
Copy file name to clipboardExpand all lines: docs/dataservice-read-catalog-example.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
@@ -187,7 +187,7 @@ Catalog metadata contains a list of configurations that describe the catalog and
187
187
188
188
1. Create the `OlpClientSettings` object.
189
189
190
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
190
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
191
191
192
192
2. Create the `CatalogClient` object with the catalog HRN and platform client settings from step 1.
193
193
@@ -276,7 +276,7 @@ Partition metadata consists of the following information about the partition:
276
276
277
277
1. Create the `OlpClientSettings` object.
278
278
279
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
279
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
280
280
281
281
2. Depending on the layer type, create a versioned or volatile layer client with the HERE Resource Name (HRN), layer ID, layer version, and platform client settings from step 1.
282
282
@@ -348,15 +348,15 @@ The `Partition` class contains partition metadata and exposes the following memb
348
348
-`GetPartition` – returns the partition ID.
349
349
-`GetVersion` – returns the latest catalog version for the partition.
350
350
351
-
### Get partition data from a versioned layer
351
+
### Get data from a versioned layer
352
352
353
353
You can request any data version from a [versioned layer](https://developer.here.com/olp/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.
354
354
355
355
**To get data from the versioned layer:**
356
356
357
357
1. Create the `OlpClientSettings` object.
358
358
359
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
359
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
360
360
361
361
2. Create the `VersionedLayerClient` object with the HERE Resource Name (HRN) of the catalog that contains the layer, the layer ID, catalog version, and the platform client settings from step 1.
Copy file name to clipboardExpand all lines: docs/dataservice-read-from-stream-layer-example.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ You can read messages from a [stream layer](https://developer.here.com/olp/docum
68
68
69
69
1. Create the `OlpClientSettings` object.
70
70
71
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
71
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
72
72
73
73
2. Create the `StreamLayerClient` object with the HERE Resource Name (HRN) of the catalog that contains the layer, layer ID, and platform client settings from step 1.
Copy file name to clipboardExpand all lines: docs/dataservice-write-example.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ You can create a queue that streams data to data consumers in real time using a
174
174
175
175
1. Create the `OlpClientSettings` object.
176
176
177
-
For instructions, see <ahref="https://github.com/heremaps/here-data-sdk-cpp/blob/master/docs/create-platform-client-settings.md"target="_blank">Create platform client settings</a>.
177
+
For instructions, see [Create platform client settings](create-platform-client-settings.md).
0 commit comments