Databricks SDK for JavaScript
    Preparing search index...

    Request to list the Lakebase CDF configurations (CdfConfigs) under a database.

    interface ListCdfConfigsRequest {
        pageSize?: number;
        pageToken?: string;
        parent?: string;
    }
    Index

    Properties

    pageSize?: number

    Maximum number of CdfConfigs to return.

    pageToken?: string

    Pagination token returned by a previous ListCdfConfigs call. Empty on the first page.

    parent?: string

    The parent database to list CdfConfigs for. Format: projects/{project}/branches/{branch}/databases/{database}