docs: README + component cross-references for Transport (#24)
This commit is contained in:
@@ -183,6 +183,7 @@ Template Engine: Update Template
|
||||
| **EntityId** | String | Unique identifier of the entity. |
|
||||
| **EntityName** | String | Human-readable name (for display without deserializing state). |
|
||||
| **State** | nvarchar(max) | Entity state after the change, serialized as JSON. Null for deletes. |
|
||||
| **BundleImportId** | uniqueidentifier NULL | Correlation column threading every per-entity audit row written during a Transport bundle import back to the parent `BundleImported` event. Indexed via `IX_AuditLogEntries_BundleImportId`. Null for all rows not written as part of a bundle import. |
|
||||
|
||||
### State Serialization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user