get_min_statistic_for_stream_and_type(p_stream_id integer, p_stream_statistic_type_id integer)


Description

Gets the minimum statistic value for a specific stream and type. If the stream has ended, the result includes only values up to ended_at.

Parameters

Name Type Mode
p_stream_id integer IN
p_stream_statistic_type_id integer IN

Definition