Event Data Store Advanced Field Selector
data class EventDataStoreAdvancedFieldSelector(val endsWith: List<String>? = null, val equals: List<String>? = null, val field: String, val notEndsWith: List<String>? = null, val notEquals: List<String>? = null, val notStartsWith: List<String>? = null, val startsWith: List<String>? = null)
A single selector statement in an advanced event selector.
Constructors
Properties
Link copied to clipboard
An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
Link copied to clipboard
An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
Link copied to clipboard
An operator that includes events that match the first few characters of the event record field specified as the value of Field.