IDocumentAttributes Interface

Packages > @fluidframework/driver-definitions > IDocumentAttributes

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

Property Alerts Type Description
minimumSequenceNumber Alpha number Minimum sequence number when the snapshot was taken
sequenceNumber Alpha number Sequence number at which the snapshot was taken

Property Details

minimumSequenceNumber

Minimum sequence number when the snapshot was taken

This API is provided as an alpha preview and may change without notice.

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

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 as an alpha preview and may change without notice.

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

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

Signature

sequenceNumber: number;

Type: number