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

◆ discardPolicy

std::optional<DiscardPolicy> DataStorm::ReaderConfig::discardPolicy

Specifies if and how samples are discarded after being received by a reader.

nullopt is equivalent to the topic's default discard policy: the value of the DataStorm.Topic.DiscardPolicy property (Never by default, corresponding to DiscardPolicy::None), unless replaced with Topic::setReaderDefaultConfig.

Definition at line 131 of file Types.h.