Interface IObjectStoreListOptions

Options for the list function on an Object Store Bucket

interface IObjectStoreListOptions {
    includeSyncingFiles: boolean;
    recursive?: boolean;
}

Properties

includeSyncingFiles: boolean

List files that are not synced with the object store. i.e. the content of the file is not available.

recursive?: boolean

List folders recursively.