Skip to main content

TS3JSONOutput

Class in AWS.S3

JSONOutput node class.

Ancestors

Properties

RecordDelimiter

property RecordDelimiter: string

Constructors

Create

constructor Create; overload;

Constructor for TS3JSONOutput.


constructor Create(const ARecordDelimiter: string); overload;

Constructor for TS3JSONOutput.

Parameters

NameDescription
ARecordDelimiterA value used to separate records in the output. By default, Amazon S3 will use newline characters ('n') if this is not specified.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML node representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A JSON XML node.