Interface IStorageManager
Namespace: LemonEdge.API.Core.Storage
Assembly: LemonEdge.API.dll
Syntax
public interface IStorageManager
Methods
GetValidStorageTypes()
Retrieves all valid, configured storage types (Local, AWS, Azure, etc.)
Declaration
Task<IEnumerable<string>> GetValidStorageTypes()
Returns
Type | Description |
---|---|
Task<IEnumerable<string>> |