RecordDataTimeSeriesDBResponse¶
Purpose¶
Response to a RecordDataTimeSeriesDBRequest.
Type¶
Reception:
RecordDataTimeSeriesDBResponseV1
Records with fields:
Time Series DB Query
: TimeSeriesDBQueryV1
The query that expresses the recording of the time series data into the DB.
Success Operation
: SuccessOperationV1
The success of the operation, indicating that the KV-pair was stored successfully or not.
Triggers
Behavior¶
Performs the requested data record operation in the time series DB.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: RecordDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: RecordDataTimeSeriesDBResponse
%% --8<-- [end:sequence]