Validate blobStore consistency by checking equality of the md5 checksum stored in the database with actual file MD5

Must be used on the same computer where UnityBase server installed ( remote server connection is not supported)

Usage from a command line:

ubcli checkStoreIntegrity -? Usage from a script:

const integrityChecker = require('@unitybase/ubcli/checkStoreIntegrity') let options = { user: 'admin', password: 'pwd', entity: 'tst_document', attribute: 'fileStoreSimple' } integrityChecker(options)