Skip to content

RemoteTreeDiffEntry

Defined in: src/sync/diffRemoteTrees.ts:22

Single diff record produced by diffRemoteTrees.

PropertyTypeDescriptionDefined in
destination?RemoteEntryDestination-side entry, when present.src/sync/diffRemoteTrees.ts:32
pathstringPath relative to the traversal root, beginning with /.src/sync/diffRemoteTrees.ts:24
reasonsRemoteTreeDiffReason[]Reasons the entry is considered modified. Empty for unchanged/added/removed records.src/sync/diffRemoteTrees.ts:28
source?RemoteEntrySource-side entry, when present.src/sync/diffRemoteTrees.ts:30
statusRemoteTreeDiffStatusOutcome category for this entry.src/sync/diffRemoteTrees.ts:26