buildExactQuerySpec

open fun buildExactQuerySpec(soupName: String, path: String, exactMatchKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec

Return a query spec for an exact match query

Return

Parameters

soupName
path
exactMatchKey
orderPath
order
pageSize

open fun buildExactQuerySpec(soupName: String, selectPaths: Array<String>, path: String, exactMatchKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec

Return a query spec for an exact match query

Return

Parameters

soupName
selectPaths
path
exactMatchKey
orderPath
order
pageSize