About this entity
Representation of a specific version of a File
Properties
| Property | Description | Type |
|---|---|---|
| aiInfluenced | Indicates if this version has content generated by AI. | string (values: unknown, no, yes) |
| annotationInfo | Gets the annotation info of this file version. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'AnnotationInfo' to your request. | FileVersionAnnotationInfo |
| comment | Gets the comment on this file version. | string |
| content | Gets the value of the Content of this object. The value of this property should be a valid XML. An empty string will be automatically converted to null. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'Content' to your request. | string |
| crc32 | Gets the CRC32 checksum of this file version. This checksum is not immediately calculated when ingesting, so it might not yet be available. | int32 |
| createdOn | Gets the creation datetime in UTC time. | datetime |
| duplicateInfo | Gets the duplicate info of this file version. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'DuplicateInfo' to your request. | FileVersionDuplicateInfo |
| fileCreatedOn | Gets creation datetime of the physical asset file, in UTC time. | datetime |
| fileExtension | Gets the file extension of this file version. An empty string will be returned if this file version does not have a file extension. | string |
| fileModifiedOn | Gets the date/time in UTC time on which the file version was last modified. | datetime |
| fileName | Gets the file name of this file version. | string |
| fileSize | Get the file size of this file version. | int64 |
| fileState | Gets the state of the file. | string (values: available, processing) |
| hasSmartActionFindings | Gets a boolean indicating if there are smart action findings for this file version. | boolean |
| id | Gets the id of the file version. | guid |
| isLatest | Indicates if this version is the latest. | boolean |
| metadata | Gets a collection containing the metadata of this file version. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'Metadata' to your request. | Dictionary of pairs with string keys and FileVersionMetadata values |
| preventDownload | Indicates whether the download of this file version is prevented. | boolean |
| publicationItems | Gets a collection of all the items used in this publication. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'PublicationItems' to your request. | Collection of PublicationItem items |
| publications | Gets a collection of all the publications this file version is an item of. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'Publications' to your request. | Collection of guid items |
| tag | Gets the value for the Tag of this object. The value of this property should be a valid XML. An empty string will be automatically converted to null. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-fileversion' and the value 'Tag' to your request. | string |
| versionLabel | Gets the text that describes this file version. It is not required, can be a maximum of 50 characters long and has to be unique for all the file versions. | string |
| versionNumber | Gets the version number of this version. The first version is always version 1. This number is automatically incremented when a new version is added. | int32 |
| watermarkId | Gets or sets the watermark id. | guid |
| watermarkType | Gets or sets the watermark type. | string (values: none, inheritfromfile, usespecified, usesetting) |