Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace EstimateRecallDataSizeResult

This is the size and time range of data to be recalled

Properties

Optional coreGroupCount

coreGroupCount: undefined | number

This is the number of core groups estimated for this recall Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional coreGroupCountLimit

coreGroupCountLimit: undefined | number

This is the max number of core groups that is available for any recall Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isOverlappingWithExistingRecalls

isOverlappingWithExistingRecalls: undefined | false | true

This indicates if the time range of data to be recalled overlaps with existing recalled data

sizeInBytes

sizeInBytes: number

This is the size in bytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sizeLimitInBytes

sizeLimitInBytes: undefined | number

This is the size limit in bytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timeDataEnded

timeDataEnded: Date

This is the end of the time range of data to be recalled. timeDataStarted and timeDataEnded delineate the time range of the archived data to be recalled. They may not be exact the same as the parameters in the request input (EstimateRecallDataSizeDetails).

timeDataStarted

timeDataStarted: Date

This is the start of the time range of data to be recalled

Functions

getDeserializedJsonObj

getJsonObj