Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RecallCount

This is the recall count statistics for a given tenant

Properties

recallCount

recallCount: number

This is the total number of recalls made so far Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

recallFailed

recallFailed: number

This is the number of recalls that failed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

recallLimit

recallLimit: number

This is the maximum number of recalls (including successful and pending recalls) allowed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

recallPending

recallPending: number

This is the number of recalls in pending state Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

recallSucceeded

recallSucceeded: number

This is the number of recalls that succeeded Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj