Skip to main content

IDocumentAttributes Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IDocumentAttributes

Properties

PropertyAlertsTypeDescription
minimumSequenceNumberBetanumberMinimum sequence number when the snapshot was taken
sequenceNumberBetanumberSequence number at which the snapshot was taken

Property Details

minimumSequenceNumber

Minimum sequence number when the snapshot was taken

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

minimumSequenceNumber: number;

Type: number

sequenceNumber

Sequence number at which the snapshot was taken

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

sequenceNumber: number;

Type: number