|
| MongoDbIndex () |
|
bool | IsUnique [get, protected set] |
| Indicates if the index enforces unique values. Defaults to false. More...
|
|
bool | IsAcending [get, protected set] |
| Indicates if the index is in ascending order or descending. Defaults to true meaning ascending order. More...
|
|
string | Name [get, protected set] |
| The name of the index. Default to the class name removing any instances of "Index" and "MongoDbIndex" from the name. More...
|
|
IEnumerable< Expression< Func< TEntity, object > > > | Selectors [get, protected set] |
|