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
Public property FileCount Gets the number of files in the repository.
Public property FolderCount Gets the number of folders in the repository.
Public property GroupCount Gets the number of groups in the repository.
Public property MaxChangesetID Gets the maximum ID of the changeset.
Public property PendingChangeCount Gets the number of pending changes in the repository.
Public property ShelvesetCount Gets the number of shelve sets in the repository.
Public property ShelvesetDeletedCount Gets the number of deleted shelve sets in the repository.
Public property UserCount Gets the number of users in the repository.
Public property WorkspaceCount Gets the number of workspaces in the repository.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace