Record
read-text-file-request
Parameters to read-text-file.
record read-text-file-request {
session-id: session-id,
path: string,
line: option<u32>,
limit: option<u32>,
}Fields
| Name | Type | Description |
|---|---|---|
| session-id | session-id | The session this request belongs to. |
| path | string | Absolute path to the file. |
| line | option<u32> | Optional 1-based line to start reading from. |
| limit | option<u32> | Optional maximum number of lines. |