CompareRemoteManifestsOptions
Defined in: src/sync/manifest.ts:79
Options accepted by compareRemoteManifests.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
compareModifiedAt? | boolean | Whether modification timestamps participate in the comparison. Defaults to true. | src/sync/manifest.ts:85 |
compareSize? | boolean | Whether sizes participate in the comparison. Defaults to true. | src/sync/manifest.ts:87 |
compareUniqueId? | boolean | Whether to require matching uniqueId checksums when both entries expose one. Defaults to false. | src/sync/manifest.ts:89 |
includeUnchanged? | boolean | Whether unchanged entries are included in the result. Defaults to false. | src/sync/manifest.ts:81 |
modifiedAtToleranceMs? | number | Tolerance in milliseconds applied to modifiedAt comparisons. Defaults to 1000. | src/sync/manifest.ts:83 |