Field RepoLockFileName
The name of the lock file held by an active FileRepo instance at the repository base directory. Ensures only a single instance is operating on
the repository at a time and is also used as the target of periodic health checks.
Namespace: FulcrumFS
Assembly: FulcrumFS.Core.dll
Syntax
public const string RepoLockFileName = "fulcrumfs.lock"
Returns
| Type | Description |
|---|---|
| string | The name of the lock file held by an active FileRepo instance at the repository base directory. Ensures only a single instance is operating on the repository at a time and is also used as the target of periodic health checks. |