![]() |
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.
|
Classes | |
class | BlobStorageDataStore |
A IDataStore<TData> that uses Azure Blob Storage for storage. More... | |
class | BlobStorageDataStoreConnectionStringFactory |
A factory for getting connection strings and container names for IDataStore<TData> 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... | |
interface | IBlobStorageDataStoreConnectionStringFactory |
A factory for getting connection strings and container names for IDataStore<TData> 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... | |
interface | ITableStorageDataStoreConnectionStringFactory |
A factory for getting connection strings and container names for IDataStore<TData> 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 | TableStorageDataStore |
A TableStorageStore<TData,TCollectionItemData> that uses Azure Storage for storage. More... | |
class | TableStorageDataStoreConnectionStringFactory |
A factory for getting connection strings and container names for IDataStore<TData> 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... | |