![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A MongoDbIndex<TEntity> for EventData.Timestamp. More...
Public Member Functions | |
ByTimestampMongoDbIndex () | |
Instantiate a new instance of ByTimestampMongoDbIndex. More... | |
Additional Inherited Members | |
![]() | |
MongoDbIndex () | |
Instantiate a new instance of MongoDbIndex<TEntity>. More... | |
![]() | |
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] |
The selectors that the index is comprised of. More... | |
A MongoDbIndex<TEntity> for EventData.Timestamp.