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

    Interface DeletedFile

    One entry in DeleteResult.files.

    interface DeletedFile {
        fileId: string;
        fileName: string;
        skipped: boolean;
    }
    Index

    Properties

    fileId: string

    B2 file ID.

    fileName: string

    B2 file name (the key).

    skipped: boolean

    True for dry-run previews; the file was not actually deleted.