DiffEntry 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.
Item in files
public class DiffEntry
type DiffEntry = class
Public Class DiffEntry
- Inheritance
-
DiffEntry
Constructors
| Name | Description |
|---|---|
| DiffEntry() | |
Properties
| Name | Description |
|---|---|
| Additions |
Number of additions in the file |
| BlobUrl |
Blob Url link to the file |
| Changes |
Number of Changes in the file |
| ContentsUrl |
File Contents Url. |
| Deletions |
Number of Deletions in the file |
| FileName |
Changed File Name. |
| Patch |
Actual changes made to the file. |
| PreviousFileName |
Previous FileName if the FileName is changed |
| RawUrl |
Raw Url link to the file |
| ShaOfTheChange |
SHA of the change. |
| Status |
Status of the change modified, renamed etc., |