IVersion Interface
Represents a version of the snapshot of a data store.
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 IVersion
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| date | Beta | optional | IsoDate | Time when snapshot was generated. |
| id | Beta | string | Version ID | |
| treeId | Beta | string | Tree ID for this version of the snapshot |
Property Details
date
Time when snapshot was generated.
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
date?: IsoDate;
Type: IsoDate