![]() |
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.
|
Namespaces | |
namespace | DataStores |
namespace | Events |
namespace | Factories |
namespace | Repositories |
namespace | Test |
Classes | |
class | BlobStorageStore |
A IEnumerable<TData> that uses Azure Blobl Storage for storage. More... | |
class | BlobStorageStoreExtensions |
Extension methods for Azure Blob storage. More... | |
class | EntityTableEntity |
A projection/entity especially designed to work with Azure Table storage. More... | |
class | EventDataTableEntity |
A projection/entity especially designed to work with Azure Table storage. More... | |
interface | IBlobStorageSnapshotStoreConnectionStringFactory |
A factory for getting connection strings and container names with blob storage for snapshots. More... | |
interface | IBlobStorageStoreConnectionStringFactory |
A factory for getting connection strings and container names with blob storage. More... | |
interface | IEntityTableEntity |
A projection/entity especially designed to work with Azure Table storage. More... | |
interface | IEventDataTableEntity |
A projection/entity especially designed to work with Azure Table storage. More... | |
interface | IStorageStoreConnectionStringFactory |
A factory for getting connection strings and container names. More... | |
interface | ITableStorageSnapshotStoreConnectionStringFactory |
A factory for getting connection strings and container names with table storage for snapshots. More... | |
interface | ITableStorageStoreConnectionStringFactory |
A factory for getting connection strings and container names with table storage. More... | |
class | StorageStore |
A IEnumerable<TData> that uses Azure Storage for storage. More... | |
class | TableEntity |
A projection/entity especially designed to work with Azure Table storage. More... | |
class | TableStorageStore |
A IDataStore<TData> that uses Azure Storage for storage. More... | |
class | TableStorageStoreExtensions |
Extension methods for Azure Table storage. More... | |