GitPullRequestReviewFileContentInfo.SHA1Hash Property
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.
Content hash of on-disk representation of file content. Its calculated by the client by using SHA1 hash function. Ensure that uploaded file has same encoding as in source control.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string SHA1Hash { get; set; }
member this.SHA1Hash : string with get, set
Public Property SHA1Hash As String
Property Value
- Attributes