read_file
Read file contents from XRootD servers, supporting full file access or specific byte ranges for partial data retrieval.
Instructions
Read contents of a file from the XRootD server (supports byte ranges)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to read | |
| start | No | Optional: Start byte position for partial read | |
| end | No | Optional: End byte position for partial read |