vaultmd / Sig
Type Alias: Sig
Sig =
object
Defined in: src/fs-atomic/models/sig.ts:5
A lightweight filesystem signature used for optimistic-concurrency checks. Two files are considered identical when both mtimeMs and size match.
Properties
mtimeMs
mtimeMs:
number
Defined in: src/fs-atomic/models/sig.ts:7
Last-modified time of the file in milliseconds since the Unix epoch.
size
size:
number
Defined in: src/fs-atomic/models/sig.ts:9
File size in bytes.