olp-cpp-sdk
1.22.0
|
Checks whether data is present in a layer. More...
#include <CheckDataExistsRequest.h>
Public Member Functions | |
CheckDataExistsRequest (const CheckDataExistsRequest &)=default | |
CheckDataExistsRequest (CheckDataExistsRequest &&)=default | |
CheckDataExistsRequest & | operator= (const CheckDataExistsRequest &)=default |
CheckDataExistsRequest & | operator= (CheckDataExistsRequest &&)=default |
const std::string & | GetLayerId () const |
Gets the layer ID to which the data blob belongs. More... | |
CheckDataExistsRequest & | WithLayerId (const std::string &layer_id) |
Sets the layer ID to which the data blob belongs. More... | |
CheckDataExistsRequest & | WithLayerId (std::string &&layer_id) |
Sets the layer ID to which the data blob belongs. More... | |
const std::string & | GetDataHandle () const |
Gets the data handle that is associated with the data blob. More... | |
CheckDataExistsRequest & | WithDataHandle (const std::string &data_handle) |
Sets the data handle that is associated with the data blob. More... | |
CheckDataExistsRequest & | WithDataHandle (const std::string &&data_handle) |
Sets the data handle that is associated with the data blob. More... | |
Checks whether data is present in a layer.
|
inline |
Gets the data handle that is associated with the data blob.
|
inline |
Gets the layer ID to which the data blob belongs.
|
inline |
Sets the data handle that is associated with the data blob.
Include it in the callback of VersionedLayerClient::PublishToBatch()
. if the operation is successful.
data_handle | The rvalue reference to the data handle. |
|
inline |
Sets the data handle that is associated with the data blob.
Include it in the callback of VersionedLayerClient::PublishToBatch()
. if the operation is successful.
data_handle | The data handle. |
|
inline |
Sets the layer ID to which the data blob belongs.
layer_id | The layer ID. |
|
inline |
Sets the layer ID to which the data blob belongs.
layer_id | The rvalue reference to the layer ID. |