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

NameTypeRequiredDescription
pathstringYesA 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.
privatebooleanNoWhether or not the objects exist in the private store