read_file
Retrieve file content from XRootD storage servers, specifying optional start and end byte positions for partial reads.
Instructions
Read contents of a file from an XRootD server (supports byte ranges)
Input 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 | |
| server | No | Name of the XRootD server to use (default: first configured server) |