ErrorIfDuplicate

Prev Next

Logs an error if the specified field has duplicate values.

Parameters

KeyValue(s)Description
method"ErrorIfDuplicate"Logs an error if the field contains duplicate values.
field"table.field"The fully qualified field to check for duplicate values.
project"MyProject"Name of the project.

Example

{
  "method": "ErrorIfDuplicate",
  "field": "table.field",
  "project": "MyProject"
}