Verify Library Integrity
verify_library_integrityVerify that all chunks in a library retain full data integrity by checking hashes, ensuring no data corruption or loss.
Instructions
Verifies that all chunks in a library maintain 100% data integrity by checking hashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_name | Yes | Name of the library to verify |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all_verified | Yes | ||
| library_name | Yes | ||
| total_chunks | Yes | ||
| failed_chunks | Yes | ||
| verified_chunks | Yes | ||
| integrity_percentage | Yes |