IVersion Interface
Packages > @fluidframework/protocol-definitions > IVersion
Represents a version of the snapshot of a data store
Signature:
export interface IVersion
Properties
Property | Type | Description |
---|---|---|
date | string | |
id | string | |
treeId | string |
Events
date
Signature:
date?: string;
id
Signature:
id: string;
treeId
Signature:
treeId: string;