Databricks SDK for JavaScript
    Preparing search index...
    interface UnityCatalogTableNames {
        annotationsTable?: string;
        logsTable?: string;
        metricsTable?: string;
        tracesTable?: string;
    }
    Index

    Properties

    annotationsTable?: string

    The full three-level Unity Catalog name (catalog.schema.table) of the table that receives exported annotations.

    logsTable?: string

    The full three-level Unity Catalog name (catalog.schema.table) of the table that receives exported logs.

    metricsTable?: string

    The full three-level Unity Catalog name (catalog.schema.table) of the table that receives exported metrics.

    tracesTable?: string

    The full three-level Unity Catalog name (catalog.schema.table) of the table that receives exported traces (spans).