AWS.S3.TS3ListObjectsV2Response.IsTruncated

Indicates if the results returned have been truncated.

property IsTruncated: Boolean;
__property Boolean IsTruncated;

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

If True, the results exceeded the MaxKeys or 1,000 (whichever is smaller). Repeat the request with ContinuationToken set to the NextContinuationToken from this request to fetch more results.

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