Skip to content

Commit

Permalink
Add a version additional field value (#1573)
Browse files Browse the repository at this point in the history
Add a missing version additional field value

Relates-To: OCMAM-223

Signed-off-by: Mykhailo Kuchma <[email protected]>
  • Loading branch information
mykhailo-kuchma authored Jan 3, 2025
1 parent cde8e2a commit 068929d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2020 HERE Europe B.V.
* Copyright (C) 2019-2025 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -55,6 +55,9 @@ class DATASERVICE_READ_API PartitionsRequest final {
/// Additional field to request partition crc, see GetPartitions
static constexpr const char* kCrc = "crc";

/// Additional field to request partition version, see GetPartitions
static constexpr const char* kVersion = "version";

/// An alias for the set of additional fields.
using AdditionalFields = std::vector<std::string>;

Expand Down

0 comments on commit 068929d

Please sign in to comment.