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
| Name | Description |
|---|---|
AFrequency | Specifies how frequently the inventory results are produced. Valid values:|. Defaults to. |
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3InventorySchedule.
Parameters
| Name | Description |
|---|---|
ANode | A Schedule XML node. |
Methods
Daily
class function Daily: TS3InventorySchedule; static;
Construct a Daily schedule.
Returns
A TS3InventorySchedule instance configured withfrequency.
Weekly
class function Weekly: TS3InventorySchedule; static;
Construct a Weekly schedule.
Returns
A TS3InventorySchedule instance configured withfrequency.
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A Schedule XML node.