Data Object - QuerySpec

Parameter to
QueryList
Extends
DynamicData
See also
FilterSpec, SortSpec

Data Object Description

Deprecated. As of SMS API 4.0

Specification of constraints to be applied on the result set of a query.

Properties

Name Type Description
filterSpec*FilterSpec

Specification of filter constraints on the results.
maxCountxsd:int

Maximum number of rows to return.
offsetxsd:int

Offset from which rows should be included in the result set.
sortSpec*SortSpec[]

List of criteria on which to sort the results. Currently, only a single sort spec is supported.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set