TaskHub.Shared

TaskHub.Shared.Persistence.Media

Infrastructure support for media-related data persistence and tracking.

Contents

Summary


This module handles the persistence of metadata related to media files (images, documents, etc.) stored in TaskHub.

Features

Configuration

Media persistence is configured within the Persistence section:

"Persistence": {
  "Media": {
    "IsEnabled": true,
    "TableName": "MediaMetadata",
    "BatchSize": 50,
    "MaxRetryCount": 3,
    "ProcessingInterval": "00:01:00"
  }
}

Configuration Properties