RemoteManifest
Defined in: src/sync/manifest.ts:48
Persisted snapshot of a remote subtree.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
entries | RemoteManifestEntry[] | Manifest entries sorted by path. | src/sync/manifest.ts:58 |
formatVersion | number | Schema version. Must equal REMOTE_MANIFEST_FORMAT_VERSION. | src/sync/manifest.ts:50 |
generatedAt | string | ISO 8601 timestamp recording when the manifest was generated. | src/sync/manifest.ts:52 |
provider? | ProviderId | Optional provider identifier the snapshot was captured from. | src/sync/manifest.ts:56 |
root | string | Normalized absolute root path the manifest snapshot is anchored to. | src/sync/manifest.ts:54 |