| 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.