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

