IVersion Interface
Represents a version of the snapshot of a data store.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface IVersion
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
date | Alpha |
optional |
IsoDate | Time when snapshot was generated. |
id | Alpha |
string | Version ID | |
treeId | Alpha |
string | Tree ID for this version of the snapshot |
Property Details
date
Time when snapshot was generated.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
date?: IsoDate;
Type: IsoDate
id
Version ID
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
id: string;
Type: string
treeId
Tree ID for this version of the snapshot
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
treeId: string;
Type: string