Databricks SDK for JavaScript
    Preparing search index...
    interface ListWarehousesResponse {
        nextPageToken?: string;
        warehouses?: EndpointInfo[];
    }
    Index

    Properties

    nextPageToken?: string

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

    warehouses?: EndpointInfo[]

    A list of warehouses and their configurations.