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

    Interface DeleteAllDeleteEvent

    Emitted by Bucket.deleteAll once a file version has been successfully deleted.

    interface DeleteAllDeleteEvent {
        fileId: FileId;
        fileName: string;
        type: "delete";
    }
    Index

    Properties

    Properties

    fileId: FileId

    Unique identifier of the deleted version.

    fileName: string

    File name of the deleted version.

    type: "delete"

    Discriminant identifying a successful delete.