Tag configure history in Java, set Min Time between samples

tagPropsCfg.set(TagHistoryProps.HistorySampleMode, SampleMode.OnChange);

if Min Time Between Samples is 1 second and tag is updated at about that rate, samples get tossed. If Min time between is 0, samples do not get tossed.
How to set "Min Time Beween Samples" via SDK. I see nothing for that, perhaps I am blind
Using 8.1.24
I found SampleMode.TagGroup to be more what I wanted, but the question remained.