GitBlobRef 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.
[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) |