Unique property constraints ensure that property values are unique for all nodes with a specific label. For unique property constraints on multiple properties, the combination of the property values is unique. Unique constraints do not require all nodes to have a unique value for the properties listed — nodes without all properties are not subject to this rule.
Source
Introduce constraint for node labels (FQN, ClassFQN, MethodFQN) to have unique property
name
.This will produce a side effect of creating indexes on property
name
for node labels (FQN, ClassFQN, MethodFQN).