Skip to main content

TS3InventoryConfiguration

Class in AWS.S3

Inventory Configuration class.

Ancestors

Properties

Destination

property Destination: IS3InventoryDestination

Type: IS3InventoryDestination

Filter

property Filter: IS3InventoryFilter

Type: IS3InventoryFilter

Id

property Id: string

IncludedObjectVersions

property IncludedObjectVersions: string

IsEnabled

property IsEnabled: Boolean

OptionalFields

property OptionalFields: TS3OptionalFields

Type: TS3OptionalFields

Schedule

property Schedule: IS3InventorySchedule

Type: IS3InventorySchedule

Constructors

Create

constructor Create(const AId: string); overload;

Constructor for TS3InventoryConfiguration.

Parameters

NameDescription
AIdThe ID used to identify the inventory configuration.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3InventoryConfiguration.

Parameters

NameDescription
ANodeAn InventoryConfiguration XML node.

Methods

ToString

function ToString: string; override;

Convert to string.

Returns

A string containing the XML representation.

ToXML

function ToXML: IXMLDocument;

Convert to XML.

Returns

An XML representation.