Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ScheduleAuditReportDetails

Details for the audit report schedule.

Properties

recordTimeSpan

recordTimeSpan: string

The time span of records in report to be scheduled. Allowed period strings - "H","D","M","Y" Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced:

  1. period = H (The allowed range for period-value is [1, 23])
  2. period = D (The allowed range for period-value is [1, 30])
  3. period = M (The allowed range for period-value is [1, 11])
  4. period = Y (The minimum period-value is 1)

Const reportType

reportType: string = "AUDIT"

Optional rowLimit

rowLimit: undefined | number

Specifies the limit on the number of rows in the report. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj