dContentDocument

Contains a record of all folder channel content within the digital workplace. Adding a file to the digital workplace, archiving a file, or changing a file's extension will add a row to this table. When a new row is added due to archiving a file or changing a file's extension, the new row will have a new content_document_key but will have the same source_system_id.

URL

/odata/dContentDocument

Attributes

Name Data Type Connects to:
content_document_key Edm.Int64
document_type_key Edm.Int32
archive_status_key Edm.Int32
created_user_key Edm.Int32
created_utc_half_hour_key Edm.Int32
document_state_key Edm.Int32
last_modified_user_key Edm.Int32
Key Attributes
Name Data Type Description
document_extension Edm.String  The file type extension of a document.
document_name Edm.String  The name assigned to a document.
version_number Edm.Int32  The current version number of the document.
source_system_id Edm.Guid  A unique identifier for a document.
row_active_date Edm.DateTimeOffset The date the document was created.
row_inactive_date Edm.DateTimeOffset The date the document was deleted, archived, or had its extension changed.
is_copied Edm.Boolean TRUE if the document was created as a copy of an existing document. FALSE if the document is not a copy.
community_key Edm.Int32 A unique identifier for a digital workplace.
Table Attributes