The following table contains all properties of this entity and their description
| Property Name | Description | Type | 
|---|---|---|
| DocumentId | The document identifier. | Guid | 
| BatchId | The parent batch identifier. | Guid | 
| LinkedContentLibraryFolderId | The linked folder identifier. | Guid | 
| SequenceNumber | Sequence Number to determine in which order this Document (if more | int | 
| Status | Status of this document. | DocumentStatus | 
| StartTime | Time at which the worker started to process this Document. | DateTimeOffset | 
| EndTime | Time at which the worker stopped processing this Document. Set when | DateTimeOffset | 
| InputDocumentName | string | |
| InputDocumentType | string | |
| InputMetadata | Input metadata associated to this Document, during the creation process | string | 
| OutputDocumentName | string | |
| OutputDocumentType | string | |
| OutputMetadata | Output metadata produced and available, upon completion of this | string | 
| ErrorMessage | Details on the error that occurred. | string | 
| CreatedByUserProfileId | The user who added this entity. | Guid | 
| CreatedDate | Date/time at which this entity was added. | DateTimeOffset | 
| ModifiedByUserProfileId | The last user who modified this entity’s properties. | Guid | 
| ModifiedDate | Date/time at which this entity's properties were modified for the last | DateTimeOffset | 
| Timestamp | The timestamp. | byte array | 
