@triply/triplydb
    Preparing search index...

    Interface NewDataset

    interface NewDataset {
        accessLevel?: AccessLevel;
        autogeneratedIdType?: AutoGeneratedIdType;
        description?: string;
        displayName?: string;
        license?: keyof Licenses;
        name?: string;
        toAccount?: string;
    }
    Index
    accessLevel?: AccessLevel

    Who can reach the dataset — see AccessLevel. Defaults to private.

    autogeneratedIdType?: AutoGeneratedIdType

    Shape of the identifiers generated for blank nodes — see AutoGeneratedIdType.

    description?: string

    Free-text description, shown on the dataset's page.

    displayName?: string

    Title shown in the interface, free of the restrictions that apply to name.

    license?: keyof Licenses

    Licence the data is published under.

    name?: string

    Short name, which becomes part of the dataset's URL. Must be unique within the account.

    toAccount?: string

    Account to copy or transfer the dataset to. Required on copy and chown; ignored on create, where the account comes from the URL.