Interface IStorageContext
Contains service factories for interacting with different storage devices.
Namespace: LemonEdge.API.Core.Storage
Assembly: LemonEdge.API.dll
Syntax
public interface IStorageContext
Properties
DocumentStorageServiceFactory
The IDocumentStorageServiceFactory for creating IDocumentStorageService to read/write documents to storage.
Declaration
IDocumentStorageServiceFactory DocumentStorageServiceFactory { get; }
Property Value
Type | Description |
---|---|
IDocumentStorageServiceFactory |
StorageServiceFactory
The IStorageServiceFactory for creating a StorageManager from Application or User inputted configuration
Declaration
IStorageServiceFactory StorageServiceFactory { get; }
Property Value
Type | Description |
---|---|
IStorageServiceFactory |