Skip to content

RemoteManifest

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

Persisted snapshot of a remote subtree.

PropertyTypeDescriptionDefined in
entriesRemoteManifestEntry[]Manifest entries sorted by path.src/sync/manifest.ts:58
formatVersionnumberSchema version. Must equal REMOTE_MANIFEST_FORMAT_VERSION.src/sync/manifest.ts:50
generatedAtstringISO 8601 timestamp recording when the manifest was generated.src/sync/manifest.ts:52
provider?ProviderIdOptional provider identifier the snapshot was captured from.src/sync/manifest.ts:56
rootstringNormalized absolute root path the manifest snapshot is anchored to.src/sync/manifest.ts:54