Skip to content 

IDocumentAttributes Interface

Packages > @fluidframework/protocol-definitions > IDocumentAttributes

Signature:

export interface IDocumentAttributes 

Properties

List of properties of this interface
Property Type Description
branch string Name of the branch that created the snapshot
minimumSequenceNumber number Minimum sequence number when the snapshot was taken
sequenceNumber number Sequence number at which the snapshot was taken
term number | undefined Term number at which the snapshot was taken

Events

branch

Name of the branch that created the snapshot

Signature:

branch: string;

minimumSequenceNumber

Minimum sequence number when the snapshot was taken

Signature:

minimumSequenceNumber: number;

sequenceNumber

Sequence number at which the snapshot was taken

Signature:

sequenceNumber: number;

term

Term number at which the snapshot was taken

Signature:

term: number | undefined;