A property can be index or not or index can require each entry to be unique
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
SyntaxPublic 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