This section explains how to use the
qq fs_read
command.Description
Read an object
Usage
qq fs_read [-h] (--path PATH | --id ID) [--stream-id STREAM_ID | --stream-name STREAM_NAME] [--snapshot SNAPSHOT] [--offset OFFSET] [--length LENGTH] [--file FILE] [--force] [--stdout]
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | File path |
--id
|
No | File ID |
--stream-id
|
No | Stream ID |
--stream-name
|
No | Stream name |
--snapshot
|
No | Snapshot ID to read from |
--offset
|
No | Offset at which to read data. If not specified, read from the beginning of the file. |
--length
|
No | Amount of data to read. If not specified, read the entire file. |
--file
|
No | File to receive data |
--force
|
No | Overwrite an existing file |
--stdout
|
No | Output data to standard out |