Data.Cloud.AmazonAPI.TAmazonMultipartUploadsResult.KeyMarker

From RAD Studio API Documentation

Delphi

property KeyMarker: string read FKeyMarker write FKeyMarker;

C++

__property System::UnicodeString KeyMarker = {read=FKeyMarker, write=FKeyMarker};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonMultipartUploadsResult

Description

The optional key marker passed in with the request, at or after which the listing begins.

See Also