Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RowReductionDetails

Information regarding how/what row reduction methods will be applied. If this property is not present or is null, then it means row reduction is not applied.

Properties

isReductionEnabled

isReductionEnabled: boolean

A boolean value to indicate if row reduction is applied

reductionMethod

reductionMethod: ReductionMethod

Method for row reduction:

  • DELETE_ROW - delete rows with equal intervals
  • AVERAGE_ROW - average multiple rows to one row

reductionPercentage

reductionPercentage: number

A percentage to reduce data size down to on top of original data Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj