@triply/triplydb
    Preparing search index...

    Interface AssetInfo

    interface AssetInfo {
        assetName: string;
        createdAt: string;
        identifier: string;
        url: string;
        versions: AssetVersion[];
    }
    Index
    assetName: string

    File name, unique within the dataset.

    createdAt: string

    When the asset was first uploaded.

    identifier: string

    Stable identifier, unchanged by renames.

    url: string

    Download URL for the latest version. Honours the dataset's access level.

    versions: AssetVersion[]

    Every version, oldest first, so the last entry is the current one.