update_stream_statistic_value(p_statistic_in_time_id integer, p_value integer)


Description

Updates an existing stream statistic entry by ID. Returns the updated statistic entry. Raises an exception if the entry does not exist.

Parameters

Name Type Mode
p_statistic_in_time_id integer IN
p_value integer IN

Definition