RemoteManifestEntry
Defined in: src/sync/manifest.ts:32
Manifest entry recorded for each visited remote node.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
modifiedAt? | string | Last modification time as an ISO 8601 timestamp when known. | src/sync/manifest.ts:40 |
path | string | Path relative to RemoteManifest.root, beginning with /. | src/sync/manifest.ts:34 |
size? | number | Entry size in bytes when known. | src/sync/manifest.ts:38 |
symlinkTarget? | string | Target path for symbolic links when known. | src/sync/manifest.ts:44 |
type | RemoteEntryType | Entry kind. | src/sync/manifest.ts:36 |
uniqueId? | string | Protocol-specific stable identity when available. | src/sync/manifest.ts:42 |