Verify Library Integrity
verify_library_integrityVerify data integrity of a library by checking hashes of all chunks to ensure 100% integrity.
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 |
|---|---|---|---|
| library_name | Yes | ||
| total_chunks | Yes | ||
| verified_chunks | Yes | ||
| failed_chunks | Yes | ||
| integrity_percentage | Yes | ||
| all_verified | Yes |