listObjects()
Overview
public query function listObjects(
required string path
, boolean private
)
Returns a query of objects that live beneath the given path. Query columns should be: name, path, size and lastmodified.
Arguments
Name | Type | Required | Description |
---|---|---|---|
path | string | Yes | A path prefix that the method should use when deciding which objects to return. Any object whose path begins with the provide path should be returned. |
private | boolean | No | Whether or not the objects exist in the private store |