CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.MongoDB.Events.Indexes.ByTimestampMongoDbIndex Class Reference
+ Inheritance diagram for Cqrs.MongoDB.Events.Indexes.ByTimestampMongoDbIndex:

Public Member Functions

 ByTimestampMongoDbIndex ()
 

Additional Inherited Members

- Protected Member Functions inherited from Cqrs.MongoDB.DataStores.Indexes.MongoDbIndex< MongoDbEventData >
 MongoDbIndex ()
 
- Properties inherited from Cqrs.MongoDB.DataStores.Indexes.MongoDbIndex< MongoDbEventData >
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]