The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| BatchOperationId | The batch operation identifier. | Guid |
| BatchId | The parent batch identifier. | Guid |
| SequenceNumber | Sequence Number to determine in which order this Document (if more than one) was processed in the Batch. | int |
| ContractName | The contract name. | string |
| Status | Status of this document. Created = 0 Running = 1 Completed = 2 Error = 3 | ExecutionStatus |
| 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 |
| InputMetadata | Input metadata associated to this Document, during the creation process. | string |
| OutputDocumentName | The name of the output document. | string |
| OutputDocumentType | The type of the output document. | DocumentType |
| OutputDocumentMetadata | The output document metadata. | 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 Document to the Batch. | Guid |
| CreatedDate | Date/time at which this Document was added to the Batch. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this Document’s properties. | Guid |
| ModifiedDate | Date/time at which this Document’s properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

