unique property
Indicates whether the index allows duplicate key values.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.unique |
Property values
Type: boolean
A Boolean value describing whether the index allows duplicate key values.
| Value | Condition |
|---|---|
|
Duplicate values are not allowed. |
|
Duplicate values are allowed. |
Standards information
See also
Show:
