ListStatus
Lists the contents of the supplied path.
Input
| Name | Type | Required | Description |
| Path | String | False |
Result Set Columns
| Name | Type | Description |
| FileId | Long | The unique Id associated with the file. |
| PathSuffix | String | The path suffix. |
| Owner | String | The user who is the owner. |
| Group | String | The group owner. |
| Length | Long | The number of bytes in a file. |
| Permission | String | The permission represented as a octal string |
| Replication | Integer | The number of replication of a file. |
| StoragePolicy | Integer | The name of the storage policy |
| ChildrenNum | Integer | The number of children the file has. |
| BlockSize | Long | The block size of a file. |
| ModificationTime | Datetime | The modification time. |
| AccessTime | Datetime | The access time. |
| Type | String | The type of the path object. |