|
olp-cpp-sdk
1.23.1
|
Deletes index data from an index layer. More...
#include <DeleteIndexDataRequest.h>
Public Member Functions | |
| DeleteIndexDataRequest ()=default | |
| A default constructor. | |
| DeleteIndexDataRequest (const DeleteIndexDataRequest &)=default | |
| DeleteIndexDataRequest (DeleteIndexDataRequest &&)=default | |
| DeleteIndexDataRequest & | operator= (const DeleteIndexDataRequest &)=default |
| DeleteIndexDataRequest & | operator= (DeleteIndexDataRequest &&)=default |
| const std::string & | GetLayerId () const |
| Gets the layer ID to which the data blob belongs. More... | |
| DeleteIndexDataRequest & | WithLayerId (const std::string &layer_id) |
| Sets the layer ID to which the data blob belongs. More... | |
| DeleteIndexDataRequest & | WithLayerId (std::string &&layer_id) |
| Sets the layer ID to which the data blob belongs. More... | |
| const std::string & | GetIndexId () const |
| Gets the index ID that is associated with the data blob. More... | |
| DeleteIndexDataRequest & | WithIndexId (const std::string &index_id) |
| Sets the index ID that is associated with the data blob. More... | |
| DeleteIndexDataRequest & | WithIndexId (const std::string &&index_id) |
| Sets the index ID that is associated with the data blob. More... | |
Deletes index data from an index layer.
|
inline |
Gets the index ID that is associated with the data blob.
|
inline |
Gets the layer ID to which the data blob belongs.
|
inline |
Sets the index ID that is associated with the data blob.
Include it in the callback of IndexLayerClient::PublishIndex() if the operation is successful.
| index_id | The rvalue reference to the index ID. |
|
inline |
Sets the index ID that is associated with the data blob.
Include it in the callback of IndexLayerClient::PublishIndex() if the operation is successful.
| index_id | The index ID. |
|
inline |
Sets the layer ID to which the data blob belongs.
Make sure the layer is of the index type.
| layer_id | The layer ID. |
|
inline |
Sets the layer ID to which the data blob belongs.
Make sure the layer is of the index type.
| layer_id | The rvalue reference to the layer ID. |