DataSelectionQuery

@objcMembers
public class DataSelectionQuery : NSObject

A data selection query, used to select data to be mirrored locally by a MirroredIndex.

  • Query used to select data.

    Declaration

    Swift

    @objc
    public let query: Query
  • Maximum number of objects to retrieve with this query.

    Declaration

    Swift

    @objc
    public let maxObjects: Int
  • Create a new data selection query.

    Declaration

    Swift

    @objc
    public init(query: Query, maxObjects: Int)