This section explains how to use the
qq fs_list_user_metadata
command.Description
Retrieve user metadata of the specified type for a file
Usage
qq fs_list_user_metadata [-h] (--path PATH | --id ID) [--s3] [--json] [--snapshot SNAPSHOT] [--hex | --base64]
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | File path |
--id
|
No | File ID |
--s3
|
No | In Qumulo Core, there are two types of user metadata, generic and S3. By default, qq CLI commands manipulate generic metadata. When you use the --s3 flag, Qumulo Core makes user metadata visible to the S3 protocol as object metadata. |
--json
|
No | Output the response in json. Without this option, keys and values will only show the first 50 characters. |
--snapshot
|
No | Snapshot ID to read user metadata from |
--hex
|
No | Print binary values as hex |
--base64
|
No | Print binary values as base64 |