A property can be index or not or index can require each entry to be unique
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax Public Enumeration PropertyKind
public enum class PropertyKind
Members
| Member name | Value | Description |
---|
| Indexed | 0 |
Add to index
|
| Unique | 1 |
Add to index and require value to be unique
|
| NotIndexed | 2 |
Don't index
|
See Also