This documentation is archived and is not being maintained.
AdminRepositoryInfo Class
Visual Studio 2013
Data structure returned by the QueryRepositoryInformation method.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The AdminRepositoryInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FileCount | Gets the number of files in the repository. |
![]() | FolderCount | Gets the number of folders in the repository. |
![]() | GroupCount | Gets the number of groups in the repository. |
![]() | MaxChangesetID | Gets the maximum ID of the changeset. |
![]() | PendingChangeCount | Gets the number of pending changes in the repository. |
![]() | ShelvesetCount | Gets the number of shelve sets in the repository. |
![]() | ShelvesetDeletedCount | Gets the number of deleted shelve sets in the repository. |
![]() | UserCount | Gets the number of users in the repository. |
![]() | WorkspaceCount | Gets the number of workspaces in the repository. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns this repository information as a string. (Overrides Object::ToString().) |
Show:
