Databricks SDK for JavaScript
    Preparing search index...
    interface GenieSpace {
        description?: string;
        etag?: string;
        parentPath?: string;
        serializedSpace?: string;
        spaceId?: string;
        title?: string;
        warehouseId?: string;
    }
    Index

    Properties

    description?: string

    Description of the Genie Space

    etag?: string

    ETag for this space. Pass this value back in the update request to prevent overwriting concurrent changes.

    parentPath?: string

    Parent folder path of the Genie Space

    serializedSpace?: string

    The contents of the Genie Space in serialized string form. This field is excluded in List Genie spaces responses. Use the Get Genie Space API to retrieve an example response, which includes the serialized_space field. This field provides the structure of the JSON string that represents the space's layout and components.

    spaceId?: string

    Genie space ID

    title?: string

    Title of the Genie Space

    warehouseId?: string

    Warehouse associated with the Genie Space