CheckpointInfo
class CheckpointInfo
What a DocumentStore.checkpoint produced.
Properties
Link copied to clipboard
total size of the data files, as the source reported them. Not the space the checkpoint occupies — see hardLinked, where the answer is close to nothing.
Link copied to clipboard
whether the data files are links to the originals rather than copies. A link costs a directory entry and no data blocks, which is what makes a checkpoint cheap enough to take often; it also means the checkpoint shares its blocks with the source, so it is a consistent view and not an off-site backup.
Link copied to clipboard
segments the checkpoint holds.