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

    Interface PurgeResult

    Result of purgeCommand.

    interface PurgeResult {
        errors: number;
        files: PurgedFile[];
    }
    Index

    Properties

    Properties

    errors: number

    Count of individual-version purge failures.

    files: PurgedFile[]

    One entry per matched version (live, prior, and hide markers).