olp-cpp-sdk
1.22.0
|
Represents the version of the catalog metadata. 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 version number of this response. More... | |
int64_t & | GetMutableVersion () |
Get a mutable reference to the catalog version number of this response. More... | |
void | SetVersion (const int64_t &value) |
Sets the catalog version number of this response. More... | |
Represents the version of the catalog metadata.
It is incremented every time catalog metadata is changed. For example, when new partitions are published to durable layers.
|
inline |
Get a mutable reference to the catalog version number of this response.
|
inline |
Gets the catalog version number of this response.
|
inline |
Sets the catalog version number of this response.
value | The catalog version number. |