Data.Cloud.AmazonAPI.TAmazonBucketResult.Marker
Delphi
property Marker: string read FMarker write FMarker;
C++
__property System::UnicodeString Marker = {read=FMarker, write=FMarker};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonBucketResult |
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'.