The clear history policy specifies when the history is cleared.
The history can be cleared based on the event of the received sample.
Enumerator |
---|
OnAdd | Clear the sample history when a Add sample is received.
|
OnRemove | Clear the sample history when a Remove sample is received.
|
OnAll | Clear the sample history when a new sample is received.
|
OnAllExceptPartialUpdate | Clear the sample history when a new sample which is not a partial update is received.
|
Never | Never clear the sample history.
|
Definition at line 37 of file Types.h.