Data.Cloud.AmazonAPI.TAmazonBucketResult.Marker
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
| Unit: Data.Cloud.AmazonAPI | |
| Parent: TAmazonBucketResult | |
Delphi
property Marker: string read FMarker write FMarker;
C++
__property System::UnicodeString Marker = {read=FMarker, write=FMarker};
Description
Specifies the next object to get, if the results are truncated.
Use Marker in a new request to continue populating from where the previous request stopped. If the request is a version request, use this as the 'key-marker' value and not as the 'marker'.