Databricks SDK for JavaScript
    Preparing search index...
    interface ExternalMetadata {
        columns?: string[];
        createdBy?: string;
        createTime?: Instant;
        description?: string;
        entityType?: string;
        id?: string;
        metastoreId?: string;
        name?: string;
        owner?: string;
        properties?: Record<string, string>;
        systemType?: SystemType;
        updatedBy?: string;
        updateTime?: Instant;
        url?: string;
    }
    Index

    Properties

    columns?: string[]

    List of columns associated with the external metadata object.

    createdBy?: string

    Username of external metadata object creator.

    createTime?: Instant

    Time at which this external metadata object was created.

    description?: string

    User-provided free-form text description.

    entityType?: string

    Type of entity within the external system.

    id?: string

    Unique identifier of the external metadata object.

    metastoreId?: string

    Unique identifier of parent metastore.

    name?: string

    Name of the external metadata object.

    owner?: string

    Owner of the external metadata object.

    properties?: Record<string, string>

    A map of key-value properties attached to the external metadata object.

    systemType?: SystemType

    Type of external system.

    updatedBy?: string

    Username of user who last modified external metadata object.

    updateTime?: Instant

    Time at which this external metadata object was last modified.

    url?: string

    URL associated with the external metadata object.