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

    Interface DeleteTarget

    A target for bulk deletion: a file name and its specific version ID.

    interface DeleteTarget {
        fileId: FileId;
        fileName: string;
    }
    Index

    Properties

    Properties

    fileId: FileId

    Unique identifier of the file version.

    fileName: string

    File name (path) of the version to delete.