![]()  | 
  
    CQRS.NET
    4.0
    
   A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments. 
   | 
 
A MongoDbIndex<TEntity> for EventData.Timestamp. More...
 Inheritance diagram for Cqrs.MongoDB.Events.Indexes.ByTimestampMongoDbIndex:Public Member Functions | |
| ByTimestampMongoDbIndex () | |
| Instantiate a new instance of ByTimestampMongoDbIndex.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from Cqrs.MongoDB.DataStores.Indexes.MongoDbIndex< MongoDbEventData > | |
| MongoDbIndex () | |
| Instantiate a new instance of MongoDbIndex<TEntity>.  More... | |
  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] | 
| The selectors that the index is comprised of.  More... | |
A MongoDbIndex<TEntity> for EventData.Timestamp.