View Source Indexed.UniquesBundle.Change (Indexed v0.3.4)
Describes changes made to a list of unique values.
Note that this is currently only used for view prefilters.
Link to this section Summary
Link to this section Types
@type t() :: %Indexed.UniquesBundle.Change{ events: [Indexed.UniquesBundle.event()], field_name: atom(), prefilter: Indexed.View.fingerprint() }
:events
- List of events which occurred in the uniques.:field_name
- Field name which the unique values are based on.:prefilter
- View fingerprint.