Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace QueryAggregation

Query results.

Properties

Optional arePartialResults

arePartialResults: undefined | false | true

True if query did not complete processing all data.

Optional columns

Query result columns

Optional fields

Query result fields

Optional isContentHidden

isContentHidden: undefined | false | true

True if the data returned by query is hidden.

Optional items

items: Array<object>

Query result data

Optional partialResultReason

partialResultReason: undefined | string

Explanation of why results may be partial. Only set if arePartialResults is true.

percentComplete

percentComplete: number

Percentage progress completion of the query. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional queryExecutionTimeInMs

queryExecutionTimeInMs: undefined | number

Time ellapsed executing query in milli-seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalCount

totalCount: undefined | number

Number of rows query retrieved. Up to maxTotalCount limit. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalMatchedCount

totalMatchedCount: undefined | number

Number of rows matched by query. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj