IBM Aspera JavaScript Library
    Preparing search index...

    Interface ChecksumFileResponse

    Response containing file checksum information

    interface ChecksumFileResponse {
        checksum: string;
        checksumMethod: "md5" | "sha1" | "sha256" | "sha512";
    }
    Index

    Properties

    checksum: string

    Hexadecimal string representation of the computed hash

    checksumMethod: "md5" | "sha1" | "sha256" | "sha512"

    The algorithm used