Edit

GitBlobRef Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitBlobRef : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitBlobRef = class
    inherit VersionControlSecuredObject
Public Class GitBlobRef
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

Name Description
GitBlobRef()

Properties

Name Description
Links
ObjectId

SHA1 hash of git object

Size

Size of blob content (in bytes)

Url

Methods

Name Description
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to