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
| Name | Description |
|---|---|
ARecordDelimiter | A 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
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A JSON XML node.