Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace QueryResultResponse

A response containing a collection of query rows (selected attributes and aggregations) filtered, grouped and sorted by the specified criteria from the query that is run, and the associated summary describing the corresponding query result metadata.

Properties

Optional queryResultMetadata

queryResultMetadata: undefined | object

A map containing metadata or additional information.

queryResultMetadataSummary

queryResultMetadataSummary: QueryResultMetadataSummary

queryResultRows

queryResultRows: Array<QueryResultRow>

A collection of objects with each object representing an individual row of the query result set. The total number of objects returned in this collection correspond to the total number of rows returned by the actual query that is run against the queried entity.

Optional queryResultWarnings

queryResultWarnings: Array<QueryResultWarning>

A structure that provides warnings, if any, along with the query results.

Functions

getDeserializedJsonObj

getJsonObj