Databricks SDK for JavaScript
    Preparing search index...
    interface ListOnlineStoresResponse {
        nextPageToken?: string;
        onlineStores?: OnlineStore[];
    }
    Index

    Properties

    nextPageToken?: string

    Pagination token to request the next page of results for this query.

    onlineStores?: OnlineStore[]

    List of online stores.