Represents a response to a successful data upload operation to a catalog layer.
More...
#include <ResponseOkSingle.h>
Represents a response to a successful data upload operation to a catalog layer.
◆ GetMutableTraceID()
std::string& olp::dataservice::write::model::ResponseOkSingle::GetMutableTraceID |
( |
| ) |
|
|
inline |
Gets a mutable reference to the trace ID of the request.
- See also
GetTraceID
for more information on the trace ID.
- Returns
- The trace ID of the request.
◆ GetTraceID()
const std::string& olp::dataservice::write::model::ResponseOkSingle::GetTraceID |
( |
| ) |
const |
|
inline |
Gets the trace ID of the request.
It is a unique message ID, such as a UUID. You can use this ID to track your request and identify the message in the catalog.
- Returns
- The trace ID of the request.
◆ SetTraceID()
void olp::dataservice::write::model::ResponseOkSingle::SetTraceID |
( |
const std::string & |
value | ) |
|
|
inline |
Sets the trace ID of the request.
- Parameters
-
value | A unique message ID, such as a UUID. If you want to define your ID, include it in the request. If you do not include an ID, it is generated during ingestion and included in the response. You can use this ID to track your request and identify the message in the catalog. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-write/include/olp/dataservice/write/generated/model/ResponseOkSingle.h