FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Interface IFileRepoCleaner

    Provides cleanup operations for a file repository: removing expired delete markers, resolving indeterminate files, and physically deleting files whose delete markers have aged past the supplied delete delay.

    Namespace: FulcrumFS
    Assembly: FulcrumFS.dll
    Syntax
    public interface IFileRepoCleaner

    Methods

    Name Description
    CleanAsync(TimeSpan, Func<FileId, IndeterminateResolution>?, CancellationToken)

    Cleans up the repository by removing files whose delete markers are older than deleteDelay and resolving indeterminate files using the provided synchronous callback.

    CleanAsync(TimeSpan, Func<FileId, Task<IndeterminateResolution>>?, CancellationToken)

    Cleans up the repository by removing files whose delete markers are older than deleteDelay and resolving indeterminate files using the provided asynchronous callback.

    CleanAsync(TimeSpan, CancellationToken)

    Cleans up the repository by removing files whose delete markers are older than deleteDelay.

    © Singulink. All rights reserved.