Skip to main content
Version: Latest (4.51.0)

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 and CONTAINER documents)
  • binaries (for RECORD documents)
  • acls (for RECORD documents)
  • auditLogs (for RECORD and CONTAINER documents)
  • parentId and childId (for RELATION documents)
  • versionSeriesId (for RECORDS and CONTAINER documents)
  • orphans (for BINARY, ACL and AUDITLOG 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.