Skip to content

Commit bbef484

Browse files
Add a version additional field value
Add a missing version additional field value Relates-To: OCMAM-223 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent cde8e2a commit bbef484

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2020 HERE Europe B.V.
2+
* Copyright (C) 2019-2025 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,6 +55,9 @@ class DATASERVICE_READ_API PartitionsRequest final {
5555
/// Additional field to request partition crc, see GetPartitions
5656
static constexpr const char* kCrc = "crc";
5757

58+
/// Additional field to request partition version, see GetPartitions
59+
static constexpr const char* kVersion = "version";
60+
5861
/// An alias for the set of additional fields.
5962
using AdditionalFields = std::vector<std::string>;
6063

0 commit comments

Comments
 (0)