ResumeQueriesFilter
class ResumeQueriesFilter(val keys: Array<SurrogateKey>? = null, val predicate: (QueryModel<*>) -> Boolean) : QueryFilter
Filter for resuming queries.
See also
Properties
Link copied to clipboard
Tag keys of queries to be filtered.
Link copied to clipboard
Further conditions to narrow down the filtering targets based on fields of QueryModel.
Link copied to clipboard
Management category of queries to be filtered.