TaskHub.Shared

TaskHub.Shared.Storage.FileSystem

Local file system implementation for the storage abstractions.

Contents

Summary

This module provides a simple implementation of IStorageService that stores files on the local hard drive of the server.

Configuration

Specify the root folder where files should be stored.

"Storage": {
  "FileSystem": {
    "RootPath": "C:\\Storage\\TaskHub"
  }
}

Usage

Useful for development environments or when high-availability cloud storage is not required.