Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RandomDecimalNumberFormatEntry

The Random Decimal Number masking format generates random and unique decimal numbers within a range. The range is defined by the startValue and endValue attributes. The start value must be less than or equal to the end value. To learn more, check Random Decimal Number in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

endValue

endValue: number

The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

startValue

startValue: number

The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "RANDOM_DECIMAL_NUMBER"

Methods

getDeserializedJsonObj

getJsonObj