AWS.S3.TS3ListObjectVersionsRequest.SetMaxKeys
Methods
TS3ListObjectVersionsRequest Class
AWS.S3 Namespace
Setter method for MaxKeys.
Delphi
procedure
SetMaxKeys
(
const
AMaxKeys
: TOptional<Integer>);
C++
__fastcall
SetMaxKeys
(
const
TOptional<Integer>
AMaxKeys
);
Properties
File:
AWS.S3.pas
Namespace:
AWS.S3
Module:
Appercept AWS SDK for Delphi
Parameters
Parameters
Description
const AMaxKeys: TOptional<Integer>
New value for MaxKeys.
Help Feedback
Copyright © 2019-2021 Appercept Ltd. All rights reserved.