Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCdfStatusesResponse

    Response to a ListCdfStatuses request, containing a page of replicated table statuses and a token for fetching the next page.

    interface ListCdfStatusesResponse {
        cdfStatuses?: CdfStatus[];
        nextPageToken?: string;
    }
    Index

    Properties

    cdfStatuses?: CdfStatus[]

    The replicated tables under the parent CdfConfig.

    nextPageToken?: string

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