|
olp-cpp-sdk
1.23.1
|
A model used to represent a catalog metadata version. More...
#include <VersionResponse.h>
Public Member Functions | |
| VersionResponse (const VersionResponse &)=default | |
| VersionResponse (VersionResponse &&)=default | |
| VersionResponse & | operator= (const VersionResponse &)=default |
| VersionResponse & | operator= (VersionResponse &&)=default |
| const int64_t & | GetVersion () const |
| Gets the catalog metadata version. More... | |
| int64_t & | GetMutableVersion () |
| Gets a mutable reference to the catalog metadata version. More... | |
| void | SetVersion (const int64_t &value) |
| Sets the catalog metadata version for the request. More... | |
A model used to represent a catalog metadata version.
The version is incremented every time catalog metadata is changed. For example, when you publish new partitions to durable layers, the catalog metadata version changes.
|
inline |
Gets a mutable reference to the catalog metadata version.
|
inline |
Gets the catalog metadata version.
|
inline |
Sets the catalog metadata version for the request.
| value | The catalog metadata version. |