list_runtime_objects: Lists all the runtime objects cotained in the task with path...

Description Usage Arguments Value

View source: R/objectstorage.R

Description

Lists all the runtime objects cotained in the task with path path.

Usage

1
list_runtime_objects(storagepath)

Arguments

storagepath

Path with the storage.

Value

Returns 'data.frame' with the following columns:

objectname

Name of the stored object. This is a primary key.

digest

String with the digest of the object.

size

Numeric value with the size of the stored object.

archive_filename

Path where the object is stored absolute or relative to the storage path.

single_object

Logical. TRUE if the archive contain only this one object. Otherwise archive contains named list of objects.


adamryczkowski/objectstorage documentation built on May 24, 2019, 8:47 p.m.