Unique

The optional unique column constraint ensures that all entries in the specified column are unique.

The unique column is internally indexed and so provides faster query times, but slower insert and delete times.

List and object fields cannot be indexed, thus they cannot be set as unique fields, nor as part of an index definition.