Content Store Validator
This flow validates references between documents in the Content Store according to the structure of the Content Store as described in Content Store Structure. You can use this flow to check if the Content Store is valid while building a source connector or after running a transformation.
The flow will check for the following references for either the source or the target part of documents:
- parentIds (for
RECORD
andCONTAINER
documents) - binaries (for
RECORD
documents) - acls (for
RECORD
documents) - auditLogs (for
RECORD
andCONTAINER
documents) - parentId and childId (for
RELATION
documents) - versionSeriesId (for
RECORDS
andCONTAINER
documents) - orphans (for
BINARY
,ACL
andAUDITLOG
documents)
This flow doesn't check the localReference
property of BINARY
documents or for orphaned BINARY
, ACL
and AUDITLOG
documents.
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
sourceOrTarget
The part of the document to check. Can be either source
or target
.