The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| TemplateLibraryId | The template library identifier. | Guid |
| BatchGroupId | The associated batch group identifier. Required if a DOPA used in the execution of a template contains an Operation defined in Document Services. | Guid |
| Name | Name used to identify the library. | string |
| Description | Additional information used to describe the library. | string |
| ExecutionTimeoutInMillis | The maximum amount of time, in millisecond, that will be allowed for template execution to complete before a timeout error. | int |
| EnableTemplateExecutionArchiving | Indicates whether the template executions are archived using the two following properties (History Count and History Time). | bool |
| TemplateExecutionHistoryCount | The minimum number of documents to keep in the history. | int |
| TemplateExecutionHistoryTimeInMillis | The minimum amount of time, in millisecond, to keep a document in the history even if the history count is over the limit | int |
| Metadata | Additional information that can be assigned to classify the Library. | string |
| CreatedByUserProfileId | The user who created this Template Library. | Guid |
| CreatedDate | Date/time at which this Template Library was created. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this Template Library’s properties. | Guid |
| ModifiedDate | Date/time at which this Template Library’s properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

