IDocumentAttributes Interface
Signature
export interface IDocumentAttributes
Properties
| Property | Type | Description |
|---|---|---|
| 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 |
Property Details
minimumSequenceNumber
Minimum sequence number when the snapshot was taken
Signature
minimumSequenceNumber: number;
Type: number
sequenceNumber
Sequence number at which the snapshot was taken
Signature
sequenceNumber: number;
Type: number
term
Term number at which the snapshot was taken
Signature
term: number | undefined;
Type: number | undefined