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.
Cqrs.MongoDB.Events.Indexes Namespace Reference

Classes

class  ByAggregateIdAndVersionMongoDbIndex
 A MongoDbIndex<TEntity> for EventData.AggregateId and EventData.Version. More...
 
class  ByCorrelationIdMongoDbIndex
 A MongoDbIndex<TEntity> for EventData.CorrelationId. More...
 
class  ByTimestampAndEventTypeMongoDbIndex
 A MongoDbIndex<TEntity> for EventData.Timestamp and EventData.EventType. More...
 
class  ByTimestampMongoDbIndex
 A MongoDbIndex<TEntity> for EventData.Timestamp. More...