internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaFileDefinedByIaMetadataBeta

    type IaFileDefinedByIaMetadata = {
        crc32?: string;
        otf?: boolean;
        sha1?: string;
    }
    Index

    Properties

    Properties

    crc32?: string

    Error-detecting code used to verify contents of file. 8-length hex digest

    "4679b176"
    
    otf?: boolean

    Specifies if the file is an on-the-fly generated file

    true
    
    sha1?: string

    Cryptographic hash used to verify contents of file. 40-length hex digest

    "7e88cccbe7b42dcb3286e1ea5827c5e55e879451"