ResourceMarker Property
The marker specifying the next set of results.
Object Oriented Interface
public function getResourceMarker(); public function setResourceMarker($value);
Procedural Interface
incloudstorage_onedrive_get($res, 47 ); incloudstorage_onedrive_set($res, 47, $value );
Default Value
''
Remarks
This property is populated by the class after calling ListResources if the results are paged. If this property is populated there are additional results. Call ListResources again to get the next page of results. When the last page of results is retrieved this property will be set to empty string.
The default page size is 200 items. The page size can be specified by setting MaxResults.
This property is also used after calling ListChanges. See ListChanges for more details.
This property is not available at design time.
Data Type
String