GitTreeDiff 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 sealed class GitTreeDiff
type GitTreeDiff = class
Public NotInheritable Class GitTreeDiff
- Inheritance
-
GitTreeDiff
- Attributes
Constructors
| GitTreeDiff() |
Properties
| BaseTreeId |
ObjectId of the base tree of this diff. |
| DiffEntries |
List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yeild more diff entries. If the continuation token is not returned all the diff entries have been included in this response. |
| TargetTreeId |
ObjectId of the target tree of this diff. |
| Url |
REST Url to this resource. |