NUMERIC
Round down a field of the numeric type to the nearest integer.
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
algorithm |
Yes |
String |
Algorithm type, for example, NUMERIC |
parameters |
Yes |
For details, see Table 2 |
Parameters for configuring a data masking algorithm |
Example Request
{ "mask_strategies": [ { "name": "col1", "algorithm": " NUMERIC", "parameters": { "value": 0.05 } } ], "data": [ { "col1": "test" } ] }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.