Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDatabaseInstancesRequest

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

    Properties

    pageSize?: number

    Upper bound for items returned. The maximum value is 100.

    pageToken?: string

    Pagination token to go to the next page of Database Instances. Requests first page if absent.