Skip to content

Commit ab6be8a

Browse files
author
Jamie Hannaford
committed
Update Object.md
1 parent 50e18f1 commit ab6be8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/userguide/ObjectStore/Storage/Object.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ You will need to instantiate the container object as [documented here](https://g
77
Please be aware that you cannot directly access the properties of DataObject anymore, you __must__ use appropriate getter/
88
setter 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+
```

0 commit comments

Comments
 (0)