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
-
pulls_synced_to
date - Timestamp of earliest pull request synced to 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.