Globally unique key for a repository.

interface GlobalGitRepositoryKey {
    collectionId?: string;
    projectId: string;
    repositoryId: string;
}

Properties

collectionId?: string

Team Project Collection ID of the collection for the repository.

projectId: string

Team Project ID of the project for the repository.

repositoryId: string

ID of the repository.