Class DirectStorageManager
Retrieves storage types directly from the IStorageServiceFactory
This class is intended to be used with clients directly connected to a database or for service applications
Implements
Inherited Members
Namespace: LemonEdge.API.Core.Storage
Assembly: LemonEdge.API.dll
Syntax
public class DirectStorageManager : IStorageManager
Constructors
DirectStorageManager(IStorageServiceFactory)
Declaration
public DirectStorageManager(IStorageServiceFactory storageServiceFactory)
Parameters
Type | Name | Description |
---|---|---|
IStorageServiceFactory | storageServiceFactory |
Methods
GetValidStorageTypes()
Retrieves all valid, configured storage types (Local, AWS, Azure, etc.)
Declaration
public Task<IEnumerable<string>> GetValidStorageTypes()
Returns
Type | Description |
---|---|
Task<IEnumerable<string>> |