ObjectMarker Property
A marker for the object(s).
Object Oriented Interface
public function getObjectMarker(); public function setObjectMarker($value);
Procedural Interface
incloudstorage_amazons3_get($res, 26 ); incloudstorage_amazons3_set($res, 26, $value );
Default Value
''
Remarks
Used by the ListObjects method. The marker allows you to iterate through the objects, only the objects that are lexically after the marker are listed. This property can be used in conjunction with MaxObjects for pagination.
The class will automatically reset the marker on each call to ListObjects and point it to the next marker or to an empty string if the list is complete.
Data Type
String