We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde8e2a commit 068929dCopy full SHA for 068929d
1 file changed
olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/PartitionsRequest.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2019-2020 HERE Europe B.V.
+ * Copyright (C) 2019-2025 HERE Europe B.V.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -55,6 +55,9 @@ class DATASERVICE_READ_API PartitionsRequest final {
55
/// Additional field to request partition crc, see GetPartitions
56
static constexpr const char* kCrc = "crc";
57
58
+ /// Additional field to request partition version, see GetPartitions
59
+ static constexpr const char* kVersion = "version";
60
+
61
/// An alias for the set of additional fields.
62
using AdditionalFields = std::vector<std::string>;
63
0 commit comments