ISnapshot Interface
A "Full" container Snapshot, including ISnapshotTree, blobs and outstanding ops (and other metadata)
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface ISnapshot
Properties
Property | Alerts | Type | Description |
---|---|---|---|
blobContents | 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 |
snapshotFormatV | Alpha |
1 | |
snapshotTree | Alpha |
ISnapshotTree |
Property Details
blobContents
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
blobContents: Map<string, ArrayBuffer>;
Type: Map<string, ArrayBuffer>
latestSequenceNumber
Sequence number for the latest op/snapshot for the file in ODSP
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
latestSequenceNumber: number | undefined;
Type: number | undefined
ops
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
ops: ISequencedDocumentMessage[];
Type: ISequencedDocumentMessage[]
sequenceNumber
Sequence number of the snapshot
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
sequenceNumber: number | undefined;
Type: number | undefined
snapshotFormatV
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
snapshotFormatV: 1;
Type: 1
snapshotTree
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
snapshotTree: ISnapshotTree;
Type: ISnapshotTree