Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ sampleLifetime

std::optional<int> DataStorm::Config::sampleLifetime

The sampleLifetime configuration specifies samples to keep in the writer or reader history based on their age.

Samples with a timestamp older than the sampleLifetime value (in milliseconds) are discarded from the history. By default, the samples are kept for an unlimited amount of time.

Definition at line 81 of file Types.h.