AWS.S3.TS3ListMultipartUploadsResult.IsTruncated

Indicates if the results returned have been truncated.

property IsTruncated: TOptional<Boolean>;
__property TOptional<Boolean> IsTruncated;

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

If True, the results exceeded the MaxUploads or 1,000 (whichever is smaller). Repeat the request with KeyMarker set to NextKeyMarker and UploadIdMarker set to NextUploadIdMarker from this request to fetch more results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.