Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FixedNumberFormatEntry

The Fixed Number masking format uses a constant number for masking. To learn more, check Fixed Number in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

fixedNumber

fixedNumber: number

The constant number to be used for masking. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "FIXED_NUMBER"

Methods

getDeserializedJsonObj

getJsonObj