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 than one) was processed in the Batch. | int |
| Status | Status of this document. Created = 0 Running = 1 Completed = 2 Error = 3 | 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 all of this Document’s Operations are Completed or when an Error occurred. | 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 Document Operation. | 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 time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

