Edit

Share via


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

GitBlobRef()

Properties

Links
ObjectId

SHA1 hash of git object

Size

Size of blob content (in bytes)

Url

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

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

Applies to