SuggestIngestionConstraints

data class SuggestIngestionConstraints(    var providers: List<SuggestionProvider>? = null,     var providerConstraints: SuggestionProviderConstraints? = null,     var emptyOnly: Boolean = false)

Constraints limit which suggestions to ingest from Remote Settings.

Constructors

Link copied to clipboard
constructor(providers: List<SuggestionProvider>? = null, providerConstraints: SuggestionProviderConstraints? = null, emptyOnly: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Only run ingestion if the table suggestions is empty

Link copied to clipboard