SuggestIngestionConstraints
public struct SuggestIngestionConstraints : Equatable, Hashable
extension SuggestIngestionConstraints: Sendable
Constraints limit which suggestions to ingest from Remote Settings.
-
Declaration
Swift
public var providers: [SuggestionProvider]? -
Declaration
Swift
public var providerConstraints: SuggestionProviderConstraints? -
Only run ingestion if the table
suggestionsis emptyDeclaration
Swift
public var emptyOnly: Bool -
Declaration
Swift
public init(providers: [SuggestionProvider]? = nil, providerConstraints: SuggestionProviderConstraints? = nil, /** * Only run ingestion if the table `suggestions` is empty */emptyOnly: Bool = false)