Databricks SDK for JavaScript
    Preparing search index...
    interface ListingSummary {
        categories?: Category[];
        createdAt?: bigint;
        createdBy?: string;
        createdById?: bigint;
        exchangeIds?: string[];
        gitRepo?: RepoInfo;
        listingType?: ListingType;
        name?: string;
        providerId?: string;
        providerRegion?: RegionInfo;
        publishedAt?: bigint;
        publishedBy?: string;
        setting?: ListingSetting;
        share?: ShareInfo;
        status?: ListingStatus;
        subtitle?: string;
        updatedAt?: bigint;
        updatedBy?: string;
        updatedById?: bigint;
    }
    Index

    Properties

    categories?: Category[]
    createdAt?: bigint
    createdBy?: string
    createdById?: bigint
    exchangeIds?: string[]
    gitRepo?: RepoInfo

    if a git repo is being created, a listing will be initialized with this field as opposed to a share

    listingType?: ListingType
    name?: string
    providerId?: string
    providerRegion?: RegionInfo
    publishedAt?: bigint
    publishedBy?: string
    setting?: ListingSetting
    share?: ShareInfo
    status?: ListingStatus
    subtitle?: string
    updatedAt?: bigint
    updatedBy?: string
    updatedById?: bigint