Contains a record of all file versions within the digital workplace. Versioning a file will add a new row to this table.
URL
/odata/dContentDocumentVersion
Attributes
Name | Data Type | Connects to: |
---|---|---|
document_key | Edm.Int64 | |
last_modified_user_key | Edm.Int32 | |
document_type_key | Edm.Int32 |
Name | Data Type | Description |
---|---|---|
version_number | Edm.Int32 | The version number of the document. |
document_size_kb | Edm.Int32 | The size of a document version. Measured in kB. |
row_active_date | Edm.DateTimeOffset | The date the current row was created. |
row_inactive_date | Edm.DateTimeOffset | The date the current row was made inactive. Active rows will have a date with the year 9999. |
document_name | Edm.String | The name assigned to a version of the Document. |
document_extension | Edm.String | The file type extension of a document version. |
source_system_id | Edm.Guid | A unique identifier for a document. |
document_version_key | Edm.Int64 | A unique identifier for a document version. |
community_key | Edm.Int32 | A unique identifier for a digital workplace. |