Table of Contents

Property CleanupLockName

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

CleanupLockName

Name of the distributed lock used by the cleanup service. Only one instance acquires the lock per cleanup cycle; others skip the cycle. Default: "OutboxCleanup_{DbContextTypeName}" (auto-generated per DbContext to avoid collisions).

public string CleanupLockName { get; set; }

Property Value

string