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

    Interface ResumeCandidateRejectedEvent

    Diagnostic event emitted when resume discovery declines a candidate.

    interface ResumeCandidateRejectedEvent {
        candidateFileName?: string;
        fileId?: LargeFileId;
        reason: ResumeCandidateRejectedReason;
        requestedFileName: string;
    }
    Index

    Properties

    candidateFileName?: string

    Actual candidate file name, when the event is candidate-specific.

    fileId?: LargeFileId

    ID of the unfinished large file, when the event is candidate-specific.

    Machine-readable rejection reason.

    requestedFileName: string

    Requested destination file name.