Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace QueryDataObjectJsonResultSetRowsCollection

Collection of result set rows from the data object query.

Properties

Const format

format: string = "JSON"

items

items: Array<any>

Array of result set rows.

itemsMetadata

Array of QueryDataObjectResultSetColumnMetadata objects that describe the result set columns.

Optional queryExecutionTimeInSeconds

queryExecutionTimeInSeconds: undefined | number

Time taken for executing the data object query (in seconds). Consider optimizing the query or reducing the target data range, if query execution time is longer. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj