Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OptimizerStatisticsCollectionAggregationSummary

The summary of the Optimizer Statistics Collection, which includes the aggregated number of tasks grouped by status.

Properties

Optional completed

completed: undefined | number

The number of tasks or objects for which statistics gathering is completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional failed

failed: undefined | number

The number of tasks or objects for which statistics gathering failed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional groupBy

groupBy: model.OptimizerStatisticsGroupByTypes

The optimizer statistics tasks grouped by type.

Optional inProgress

inProgress: undefined | number

The number of tasks or objects for which statistics gathering is in progress. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional pending

pending: undefined | number

The number of tasks or objects for which statistics are yet to be gathered. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional skipped

skipped: undefined | number

The number of tasks or objects for which statistics gathering was skipped. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeEnd

timeEnd: Date

Indicates the end of the hour as the statistics are aggregated per hour.

timeStart

timeStart: Date

Indicates the start of the hour as the statistics are aggregated per hour.

Optional timedOut

timedOut: undefined | number

The number of tasks or objects for which statistics gathering timed out. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional total

total: undefined | number

The total number of tasks or objects for which statistics collection is finished. This number is the sum of all the tasks or objects with various statuses: pending, inProgress, completed, failed, skipped, timedOut, and unknown. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional unknown

unknown: undefined | number

The number of tasks or objects for which the status of statistics gathering is unknown. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj