Interface IStorageServiceRepository
Responsible for aggregating all registered storage types
Namespace: LemonEdge.API.Core.Storage
Assembly: LemonEdge.API.dll
Syntax
public interface IStorageServiceRepository
Properties
StorageTypes
A collection of all storage types registered with the system
Declaration
Dictionary<string, Type> StorageTypes { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, Type> |