GitBranchStats Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ahead and behind counts for a particular ref.
[System.Runtime.Serialization.DataContract]
public class GitBranchStats : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitBranchStats = class
inherit VersionControlSecuredObject
Public Class GitBranchStats
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
Properties
| AheadCount |
Number of commits ahead. |
| BehindCount |
Number of commits behind. |
| Commit |
Current commit. |
| IsBaseVersion |
True if this is the result for the base version. |
| Name |
Name of the ref. |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |