Skip to main content

TS3InventorySchedule

Class in AWS.S3

Inventory Schedule node class.

Ancestors

Properties

Frequency

property Frequency: string

Constructors

Create

constructor Create(const AFrequency: string = 'Daily'); overload;

Constructor for TS3InventorySchedule.

Parameters

NameDescription
AFrequencySpecifies how frequently the inventory results are produced. Valid values:|. Defaults to.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3InventorySchedule.

Parameters

NameDescription
ANodeA Schedule XML node.

Methods

Daily

class function Daily: TS3InventorySchedule; static;

TS3InventorySchedule

Construct a Daily schedule.

Returns

A TS3InventorySchedule instance configured withfrequency.

Weekly

class function Weekly: TS3InventorySchedule; static;

TS3InventorySchedule

Construct a Weekly schedule.

Returns

A TS3InventorySchedule instance configured withfrequency.

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A Schedule XML node.