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

    Interface SyncSha1UntrustedState

    SHA-1 metadata is present but cannot prove equality without verification.

    interface SyncSha1UntrustedState {
        kind: "untrusted";
        raw: string;
        value: string | null;
    }
    Index

    Properties

    Properties

    kind: "untrusted"

    State discriminator.

    raw: string

    Original metadata string supplied by the scanner or B2 file version.

    value: string | null

    Normalized digest when one can be extracted from the raw metadata.