Skip to content

RemoteManifestEntry

Defined in: src/sync/manifest.ts:32

Manifest entry recorded for each visited remote node.

PropertyTypeDescriptionDefined in
modifiedAt?stringLast modification time as an ISO 8601 timestamp when known.src/sync/manifest.ts:40
pathstringPath relative to RemoteManifest.root, beginning with /.src/sync/manifest.ts:34
size?numberEntry size in bytes when known.src/sync/manifest.ts:38
symlinkTarget?stringTarget path for symbolic links when known.src/sync/manifest.ts:44
typeRemoteEntryTypeEntry kind.src/sync/manifest.ts:36
uniqueId?stringProtocol-specific stable identity when available.src/sync/manifest.ts:42