IVersionMetadata
Interface
Metadata pertaining to the version
This is what we get back when we search for versions of an entity.
Properties
Property |
Type |
Notes |
created
|
number
|
The created timestamp
|
creator
|
string
|
The username of the creator
|
id
|
string
|
The id of the version
|
path
|
string
|
The full path to the version
|
updated
|
number
|
The updated timestamp
|
access
Optional
|
string
|
The access level of the version resource
|
description
Optional
|
string
|
The description of the version
|
name
Optional
|
string
|
The name of the version
|
parent
Optional
|
string
|
The parent version id
|
size
Optional
|
number
|
The size of the version resource
|
Interface defined in common/src/versioning/types/IVersionMetadata.ts:5