Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDatabaseInstancesResponse

    interface ListDatabaseInstancesResponse {
        databaseInstances?: DatabaseInstance[];
        nextPageToken?: string;
    }
    Index

    Properties

    databaseInstances?: DatabaseInstance[]

    List of instances.

    nextPageToken?: string

    Pagination token to request the next page of instances.