Contians a response to a successful ingestSDII call.
More...
#include <ResponseOk.h>
Contians a response to a successful ingestSDII call.
◆ GetMutableTraceID()
| TraceID & olp::dataservice::write::model::ResponseOk::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 TraceID & olp::dataservice::write::model::ResponseOk::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::ResponseOk::SetTraceID |
( |
const TraceID & |
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/ResponseOk.h