| Name | Description | Type | Additional information | 
|---|---|---|---|
| ExternalDocumentPath | The optional path to store files not into database but external to the given path. | string | None. | 
| ForeignKeyField | The field that contains the ForeignKey optionally. | string | None. | 
| IdentityField | The IdentityField of the table. | string | None. | 
| Name | The table´s name. | string | None. | 
| PrimaryKeyField | The unique field that contains the PrimaryKey. | string | None. | 
| WhereClause | SQL statement which filters table records used for task mapping | string | None. | 
| SortOrder | SQL statement which orders table records used for task mapping | string | None. | 
| TaskIdField | Column name which includes the reference id for every table row | string | None. | 
| TaskModificationTimeField | Name of sql column which includes the last modifikation time of the task | string | None. |