Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCdfConfigsResponse

    Response to a ListCdfConfigs request, containing a page of CdfConfigs and a token for fetching the next page.

    interface ListCdfConfigsResponse {
        cdfConfigs?: CdfConfig[];
        nextPageToken?: string;
    }
    Index

    Properties

    cdfConfigs?: CdfConfig[]

    The CdfConfigs under the parent database.

    nextPageToken?: string

    Token to retrieve the next page of results; empty when there are no more.