AWS.S3.TS3MetadataEntries.AddEntry

Adds an entry to the list.

function AddEntry(const AName: string; const AValue: string): IS3MetadataEntry;
__fastcall IS3MetadataEntry AddEntry(const AnsiString AName, const AnsiString AValue);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AName: string
A name for the entry.
const AValue: string
A value for the entry.

The newly created metadata entry.

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