Databricks SDK for JavaScript
    Preparing search index...

    Interface ListReposResponse

    interface ListReposResponse {
        nextPageToken?: string;
        repos?: RepoInfo[];
    }
    Index

    Properties

    nextPageToken?: string

    Token that can be specified as a query parameter to the GET /repos endpoint to retrieve the next page of results.

    repos?: RepoInfo[]

    List of Git folders (repos).