SuggestIngestionConstraints
public struct SuggestIngestionConstraints
extension SuggestIngestionConstraints: Equatable, Hashable
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
suggestions
is 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)
-
Declaration
Swift
public static func == (lhs: SuggestIngestionConstraints, rhs: SuggestIngestionConstraints) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)