IStore<TOptions>

Namespace: Proffer.Storage

Injectable typed store, which allows to save, list or read files on a container in its configured IStorageProvider.

public interface IStore<TOptions> : IStore

Type Parameters

TOptions
The type of the store options.

Implements IStore