backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Interface PurgedFile

    One entry in PurgeResult.files.

    interface PurgedFile {
        action: "upload" | "hide" | "skip";
        fileId: string;
        fileName: string;
        skipped: boolean;
    }
    Index

    Properties

    action: "upload" | "hide" | "skip"

    Which kind of version this entry refers to: an upload (real data), a hide marker, or a skip (dry-run).

    fileId: string

    B2 file ID of the version that was purged.

    fileName: string

    B2 file name (the key).

    skipped: boolean

    True for dry-run previews; the version was not actually purged.