Databricks SDK for JavaScript
    Preparing search index...

    Interface ListKafkaConfigsRequest

    interface ListKafkaConfigsRequest {
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    pageSize?: number

    The maximum number of results to return.

    pageToken?: string

    Pagination token to go to the next page based on a previous query.