Views the information of resources in a project. The information includes the resource name, owner, creation time, last modification time, and resource type.
Syntax
list resources;
Examples
list resources;
The following result is returned: Resource Name Owner Creation Time Last Modified Time Type Last Updator Resource Size Source comment
getaddr.jar ALIYUN$**** 2020-06-18 15:47:28 2020-06-18 15:47:28 jar 1353716 cloudopenapi
ip.dat ALIYUN$**** 2020-06-18 15:49:46 2020-06-18 15:49:46 file 8525962 cloudopenapi
2 resources
Related statements
- ADD ARCHIVE: Adds an archive file as a resource.
- ADD FILE: Adds a file as a resource.
- ADD JAR: Adds a JAR file as a resource.
- ADD PY: Adds Python code as a resource.
- ADD TABLE: Adds a table as a resource.
- DESC RESOURCE: Views information about a resource.
- ALIAS: Creates an alias for a resource.
- GET RESOURCE: Downloads a resource.
- DROP RESOURCE: Deletes a resource.