DiffEntry Class

Definition

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.,

Applies to