VersionInfo
org.sagebionetworks.repo.model.VersionInfo
JSON schema for VersionInfo POJO
| Field | Type | Description |
|---|---|---|
| id | STRING | The id of the entity |
| versionNumber | INTEGER | The version number of the entity |
| versionLabel | STRING | The user defined version label of the entity |
| versionComment | STRING | The user defined version label of the entity |
| isLatestVersion | BOOLEAN | If this version is the latest version of the entity |
| modifiedBy | STRING | The display name of the user that last modified this entity. |
| contentSize | STRING | The size of the associated file (when applicable and available). |
| contentMd5 | STRING | Calculated md5 of the associated file (when applicable and available). |
| fileHandleId | STRING | The file handle id of the associated file (when applicable and available). |
| modifiedByPrincipalId | STRING | The user that last modified this entity. |
| modifiedOn | STRING | The date this entity was last modified. |