path property

String path
getter/setter pair

When uploading to the Firebase Storage using the FirebaseStorageDataManager, path hold the folder path where to store files. May contain sub-folders separated with /.

Data (zip files) will be stored in folders named <study_id>/<device_id> relative to this path. For example, if path = "sensing/data", study_id = "1234" and device_id = "987234", the data will be stored in "sensing/data/1234/987234/".

Implementation

String path;