FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Field RebaseMarkerExtension

    The file extension used for rebase markers in the repository, which go in a file group's directory alongside data files. A rebase marker records the in-progress promotion of an alias dependent to a standalone data file while its source variant is being retired with surviving dependents; the marker filename encodes the source and chosen variant IDs in the form {sourceVariantId}.{chosenVariantId}.rebase. Used by the cleaner to deterministically resume a rebase operation after a crash.

    Namespace: FulcrumFS
    Assembly: FulcrumFS.Core.dll
    Syntax
    public const string RebaseMarkerExtension = ".rebase"
    Returns
    Type Description
    string The file extension used for rebase markers in the repository, which go in a file group's directory alongside data files. A rebase marker records the in-progress promotion of an alias dependent to a standalone data file while its source variant is being retired with surviving dependents; the marker filename encodes the source and chosen variant IDs in the form {sourceVariantId}.{chosenVariantId}.rebase. Used by the cleaner to deterministically resume a rebase operation after a crash.
    © Singulink. All rights reserved.