Databricks SDK for JavaScript
    Preparing search index...

    Interface SpaceUpdateStatus

    Status of an app space update operation

    interface SpaceUpdateStatus {
        message?: string;
        state?: SpaceUpdateState;
    }
    Index

    Properties

    Properties

    message?: string