@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface HideFileRequest

    Request parameters for the b2_hide_file API call. Hides a file so it no longer appears in b2_list_file_names.

    interface HideFileRequest {
        bucketId: BucketId;
        fileName: string;
    }
    Index

    Properties

    Properties

    bucketId: BucketId

    Bucket containing the file to hide.

    fileName: string

    Name of the file to hide.