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.Azure.BlobStorage.Events Namespace Reference

Classes

class  BlobStorageEventStore
 An Azure blob storage based EventStore<TAuthenticationToken>. More...
 
class  BlobStorageEventStoreConnectionStringFactory
 A factory for getting connection strings and container names for IEventStore<TAuthenticationToken> access. This factory supports reading and writing from separate storage accounts. Specifically you can have as many different storage accounts as you want to configure when writing. This allows for manual mirroring of data while reading from the fastest/closest location possible. More...
 
class  BlobStorageSnapshotStore
 An Azure blob storage based SnapshotStore. More...
 
class  BlobStorageSnapshotStoreConnectionStringFactory
 A factory for getting connection strings and container names for ISnapshotStore access. This factory supports reading and writing from separate storage accounts. Specifically you can have as many different storage accounts as you want to configure when writing. This allows for manual mirroring of data while reading from the fastest/closest location possible. More...
 
class  TableStorageEventStore
 An Azure Storage based EventStore<TAuthenticationToken>. More...
 
class  TableStorageEventStoreConnectionStringFactory
 A factory for getting connection strings and container names for IEventStore<TAuthenticationToken> access. This factory supports reading and writing from separate storage accounts. Specifically you can have as many different storage accounts as you want to configure when writing. This allows for manual mirroring of data while reading from the fastest/closest location possible. More...
 
class  TableStorageSnapshotStore
 An Azure Storage based SnapshotStore. More...
 
class  TableStorageSnapshotStoreConnectionStringFactory
 A factory for getting connection strings and container names for ISnapshotStore access. This factory supports reading and writing from separate storage accounts. Specifically you can have as many different storage accounts as you want to configure when writing. This allows for manual mirroring of data while reading from the fastest/closest location possible. More...