Edit

GitPullRequestReviewFileContentInfo.SHA1Hash Property

Definition

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

Applies to