Skip to main content

TS3ReplicationTimeValue

Class in AWS.S3

ReplicationTimeValue node class.

Ancestors

Properties

Minutes

property Minutes: TOptional<Integer>

Constructors

Create

constructor Create(const AMinutes: TOptional<Integer>); overload;

Constructor for TS3ReplicationTimeValue.

Parameters

NameDescription
AMinutesSpecifies the time in minutes.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3ReplicationTimeValue.

Parameters

NameDescription
ANodeA ReplicationTimeValue XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A ReplicationTimeValue XML node.