QueryChange

public struct QueryChange

QueryChange contains the information about the query result changes reported by a query object.

  • The source live query object.

    Declaration

    Swift

    public let query: Query
  • The new query result.

    Declaration

    Swift

    public let results: ResultSet?
  • The error occurred when running the query.

    Declaration

    Swift

    public let error: Error?