Cloud Storage Integrator 2016 Java Edition
Cloud Storage Integrator 2016 Java Edition
Questions / Feedback?

ObjectMarker Property

A marker for the object(s).

Syntax

public String getObjectMarker();
public void setObjectMarker(String objectMarker);

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 bean 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.

Default Value

""

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Java Edition - Version 16.0 [Build 7239]