IFileSnapshot Interface
Packages > @fluidframework/replay-driver > IFileSnapshot
Structure of snapshot on disk, when we store snapshot as single file
Signature:
export interface IFileSnapshot
Properties
Property | Type | Description |
---|---|---|
commits | { [key: string]: ITree; } | |
tree | ITree |
Events
commits
Signature:
commits: {
[key: string]: ITree;
};
tree
Signature:
tree: ITree;