Skip to content

CompareRemoteManifestsOptions

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

Options accepted by compareRemoteManifests.

PropertyTypeDescriptionDefined in
compareModifiedAt?booleanWhether modification timestamps participate in the comparison. Defaults to true.src/sync/manifest.ts:85
compareSize?booleanWhether sizes participate in the comparison. Defaults to true.src/sync/manifest.ts:87
compareUniqueId?booleanWhether to require matching uniqueId checksums when both entries expose one. Defaults to false.src/sync/manifest.ts:89
includeUnchanged?booleanWhether unchanged entries are included in the result. Defaults to false.src/sync/manifest.ts:81
modifiedAtToleranceMs?numberTolerance in milliseconds applied to modifiedAt comparisons. Defaults to 1000.src/sync/manifest.ts:83