SourceRepositories interface

A set of repositories returned from the source provider.

Properties

continuationToken

A token used to continue this paged request; 'null' if the request is complete

pageLength

The number of repositories requested for each page

repositories

A list of repositories

totalPageCount

The total number of pages, or '-1' if unknown

Property Details

continuationToken

A token used to continue this paged request; 'null' if the request is complete

continuationToken: string

Property Value

string

pageLength

The number of repositories requested for each page

pageLength: number

Property Value

number

repositories

A list of repositories

repositories: SourceRepository[]

Property Value

totalPageCount

The total number of pages, or '-1' if unknown

totalPageCount: number

Property Value

number