Skip to main content

ISnapshotContents Interface

This API is deprecated and will be removed in a future release.
  • This is deprecated.
This API is provided for existing users, but is not recommended for new users.

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

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

Signature

export interface ISnapshotContents

Properties

Property Alerts Type Description
blobs Alpha Map<string, ArrayBuffer>
latestSequenceNumber Alpha number | undefined Sequence number for the latest op/snapshot for the file in ODSP
ops Alpha ISequencedDocumentMessage[]
sequenceNumber Alpha number | undefined Sequence number of the snapshot
snapshotTree Alpha ISnapshotTree

Property Details

blobs

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

blobs: Map<string, ArrayBuffer>;

Type: Map<string, ArrayBuffer>

latestSequenceNumber

Sequence number for the latest op/snapshot for the file in ODSP

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

latestSequenceNumber: number | undefined;

Type: number | undefined

ops

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

ops: ISequencedDocumentMessage[];

Type: ISequencedDocumentMessage[]

sequenceNumber

Sequence number of the snapshot

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 | undefined;

Type: number | undefined

snapshotTree

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

snapshotTree: ISnapshotTree;

Type: ISnapshotTree