This command displays the VAST Catalog schema, including column names and the data type of each column.
Usage
vastcatalogconfig columns
Example
vcli: admin> vastcatalogconfig columns
+---------------------+-------------------------------------------+
| Name | Raw-field |
+---------------------+-------------------------------------------+
| atime | timestamp[ns] |
| creation_time | timestamp[ns] |
| ctime | timestamp[ns] |
| element_type | string |
| extension | string |
| gid | int32 |
| group_owner_name | string |
| group_owner_sid | string |
| login_name | string |
| major_device | int32 |
| minor_device | int32 |
| mtime | timestamp[ns] |
| name | string |
| name_aces_exist | bool |
| nfs_mode_bits | int32 |
| nlinks | int64 |
| owner_name | string |
| owner_sid | string |
| parent_path | string |
| phandle | struct<clone_id: int32, handle_id: int64> |
| s3_locks_legal_hold | bool |
| s3_locks_retention | struct<mode: int8, timeout: time64[us]> |
| search_path | string |
| size | int64 |
| symlink_path | string |
| uid | int32 |
| used | int64 |
| user_metadata | map<string, string> |
| user_tags | map<string, string> |
| user_tags_count | int16 |
+---------------------+-------------------------------------------+