DownloadQuery

open class DownloadQuery : ObjectBase, @unchecked Sendable

A query used to limit the downloading of entities with CloudSyncProvider.

See also

OfflineDataService.createDownloadQuery.
  • Application-defined unique name for the query.

    Declaration

    Swift

    final public var name: String
  • Should associated streams be downloaded?

    Declaration

    Swift

    final public var streams: Bool
  • Default initializer.

    Declaration

    Swift

    override public init()
  • Query to be used to limit the downloading of entities.

    Declaration

    Swift

    public final var query: DataQuery { get set }
  • Declaration

    Swift

    override open func toString() -> String

    Return Value

    A string representation of this object.