File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
docs/userguide/ObjectStore/Storage Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ You will need to instantiate the container object as [documented here](https://g
77Please be aware that you cannot directly access the properties of DataObject anymore, you __ must__ use appropriate getter/
88setter methods:
99
10- | --------| ------|
1110| Property| Method|
1211| --------| ------|
1312| Parent container| ` getContainer ` |
@@ -17,7 +16,6 @@ setter methods:
1716| Type of file| ` getContentLength ` |
1817| ETag checksum| ` getEtag ` |
1918| Last modified date| ` getLastModified ` |
20- | --------| ------|
2119
2220## List objects in a container
2321
@@ -253,4 +251,4 @@ Bulk delete a set of paths:
253251$pathsToBeDeleted = array('/container_1/old_file', '/container_2/notes.txt', '/container_1/older_file.log');
254252
255253$service->bulkDelete($pathsToBeDeleted);
256- ```
254+ ```
You can’t perform that action at this time.
0 commit comments