VelocityDb.Indexing Namespace |
Class | Description | |
---|---|---|
Index |
Use only with IOptimizedPersistable
See http://www.velocitydb.com/UserGuide.aspx#_Toc430849968
| |
IndexDescriptor | ||
Indexes |
Tracks all indexes in a federation
| |
IndexStringByHashCode |
Sort string field by a computed hash instead of normal string ordering.
| |
OnePerDatabase |
Use this attribute if you want each index to contain objects of a single database, this type of index is stored within the same database as its indexed objects.
| |
UniqueConstraint |
Unique index values can be required by using the UniqueConstraint attribute
|