Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Output Parameter Description
| Name | Type | Description |
|---|
| file_names | array of strings | A listing of files in the paths specified |
| sizes | array of longs | Size of each file, in bytes |
| users | array of strings | User that created the file |
| creation_times | array of longs | Creation time for each file, in milliseconds since epoch |
| info | map of string to strings | Additional information. | Possible
Parameters (keys) | Parameter Description |
|---|
| multipart_uploads | JSON-encoded information about multipart uploads in progress |
|