AbstractQuery
Undocumented
-
Undocumented
-
The parameters dictionary that are converted to
URLComponentson the HTTP URL. Useful for debugging.Declaration
Swift
var parameters: [String: String]
-
init(where:_:for:)Extension methodConvenience intializer for creating a Query with a QueryOperation. See concrete types Query, FilterQuery, AssetQuery, and QueryOn for more information and example usage.
Declaration
Swift
public init(where name: String, _ operation: QueryOperation, for locale: String? = nil)Parameters
nameThe name of the property you are performing the QueryOperation against. For instance,
"sys.id"or"fields.yourFieldName"operationthe QueryOperation
localeAn optional locale argument to return localized results. If unspecified, the locale originally set on the
Clientinstance is used.
View on GitHub
AbstractQuery Protocol Reference