NavVis IVION API
    Preparing search index...

    Interface DatasetApiInterface

    The Dataset API encapsulates objects that concern datasets.

    interface DatasetApiInterface {
        repository: DatasetRepositoryInterface;
    }
    Index

    Properties

    Properties

    Data repository for datasets with read and write capabilities. The DatasetRepositoryInterface provides CRUD endpoints.