Databricks SDK for JavaScript
    Preparing search index...

    Interface ListReposRequest

    interface ListReposRequest {
        nextPageToken?: string;
        pathPrefix?: string;
    }
    Index

    Properties

    nextPageToken?: string

    Token used to get the next page of results. If not specified, returns the first page of results as well as a next page token if there are more results.

    pathPrefix?: string

    Filters repos that have paths starting with the given path prefix. If not provided or when provided an effectively empty prefix (/ or /Workspace) Git folders (repos) from /Workspace/Repos will be served.