ado_repositories
Details about repositories in Azure DevOps.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - The identifier of the repository in Azure DevOps
-
project_id
Foreign key - ID of the project to which the repository belongs
-
name
string - Name of the repository
-
default_branch
string - Default branch of the repository
-
source_url
string - URL of the repository
-
size
number - Compressed size (bytes) of the repository.
-
disabled
boolean - True if the repository is disabled. False otherwise.
-
in_maintenance
boolean - True if the repository is in maintenance. False otherwise.
-
total_pulls_to_fetch_count
number - Total count of the pull requests to fetch for the repository.