AdminRepositoryInfo Class
Data structure returned by the QueryRepositoryInformation method.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.AdminRepositoryInfo
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class AdminRepositoryInfo
public sealed class AdminRepositoryInfo
public ref class AdminRepositoryInfo sealed
[<Sealed>]
type AdminRepositoryInfo = class end
public final class AdminRepositoryInfo
The AdminRepositoryInfo type exposes the following members.
Properties
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. |
Top
Methods
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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.