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
7
7
Please be aware that you cannot directly access the properties of DataObject anymore, you __ must__ use appropriate getter/
8
8
setter methods:
9
9
10
- | --------| ------|
11
10
| Property| Method|
12
11
| --------| ------|
13
12
| Parent container| ` getContainer ` |
@@ -17,7 +16,6 @@ setter methods:
17
16
| Type of file| ` getContentLength ` |
18
17
| ETag checksum| ` getEtag ` |
19
18
| Last modified date| ` getLastModified ` |
20
- | --------| ------|
21
19
22
20
## List objects in a container
23
21
@@ -253,4 +251,4 @@ Bulk delete a set of paths:
253
251
$pathsToBeDeleted = array('/container_1/old_file', '/container_2/notes.txt', '/container_1/older_file.log');
254
252
255
253
$service->bulkDelete($pathsToBeDeleted);
256
- ```
254
+ ```
You can’t perform that action at this time.
0 commit comments