Databricks SDK for JavaScript
    Preparing search index...
    interface Visualization {
        createTime?: Instant;
        displayName?: string;
        id?: string;
        queryId?: string;
        serializedOptions?: string;
        serializedQueryPlan?: string;
        type?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    createTime?: Instant

    The timestamp indicating when the visualization was created.

    displayName?: string

    The display name of the visualization.

    id?: string

    UUID identifying the visualization.

    queryId?: string

    UUID of the query that the visualization is attached to.

    serializedOptions?: string

    The visualization options varies widely from one visualization type to the next and is unsupported. Databricks does not recommend modifying visualization options directly.

    serializedQueryPlan?: string

    The visualization query plan varies widely from one visualization type to the next and is unsupported. Databricks does not recommend modifying the visualization query plan directly.

    type?: string

    The type of visualization: counter, table, funnel, and so on.

    updateTime?: Instant

    The timestamp indicating when the visualization was updated.