Resources
Lists the contents of the supplied path.
Columns
Name | Type | Behavior | Description |
Name [KEY] | String | The path of the file or folder. | |
Directory | String | The directory path of the file or folder. | |
IsDirectory | String | Determines if the resource is a folder or a file. | |
ContentLength | Long | Determines the size of the file in bytes. | |
LastModified | Timestamp | The timestamp when the file was modified for the last time. | |
Owner | String | The name of the owner. | |
Permissions | String | The permissions set to the file. | |
ETag | String | Unique identifier of the file or folder. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Recursive | Boolean | Set this to true to retrieve all sub folders and files.
デフォルト値はfalseです。 |