Data Object - Metadata

Property of
QueryResult
Extends
DynamicData

Data Object Description

Deprecated. As of SMS API 4.0

Metadata that describes the query result set.

Properties

Name Type Description
lastUpdateTime*xsd:dateTime

Time at which the returned data was last updated in the service cache.
numRowsxsd:int

Number of rows in the result set.
propertyName*xsd:string[]

List of names of the properties (column names) returned in the result set.
totalRowsxsd:int

Total number of rows that matched the query. This can be different from numRows if the offset/maxCount values were specified in the QuerySpec.
Properties inherited from DynamicData
dynamicProperty, dynamicType
*Need not be set