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

    Interface HideResult

    Result of hideCommand: identifies the hide marker that was just created.

    interface HideResult {
        fileId: string;
        fileName: string;
    }
    Index

    Properties

    Properties

    fileId: string

    File ID of the hide marker (a special version with action: 'hide').

    fileName: string

    B2 file name that was hidden.