Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateAppRequest

    interface CreateAppRequest {
        app?: App;
        noCompute?: boolean;
    }
    Index

    Properties

    Properties

    app?: App
    noCompute?: boolean

    If true, the app will not be started after creation.