Skip to content 

IVersion Interface

Packages > @fluidframework/protocol-definitions > IVersion

Represents a version of the snapshot of a data store

Signature:

export interface IVersion 

Properties

List of properties of this interface
Property Type Description
date string
id string
treeId string

Events

date

Signature:

date?: string;

id

Signature:

id: string;

treeId

Signature:

treeId: string;