SourceRepositories interface
A set of repositories returned from the source provider.
Properties
continuation |
A token used to continue this paged request; 'null' if the request is complete |
page |
The number of repositories requested for each page |
repositories | A list of repositories |
total |
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
totalPageCount
The total number of pages, or '-1' if unknown
totalPageCount: number
Property Value
number