DownloadQuery
open class DownloadQuery : ObjectBase
A query used to limit the downloading of entities with CloudSyncProvider
.
See also
OfflineDataService.createDownloadQuery
.
-
Application-defined name for the query. Should be unique across all queries for the same entity set. The same name can be used with different entity sets.
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.