Skip to main content

TS3InventoryFilter

Class in AWS.S3

Inventory Filter node class.

Ancestors

Properties

Prefix

property Prefix: string

Constructors

Create

constructor Create(const APrefix: string); overload;

Constructor for TS3InventoryFilter.

Parameters

NameDescription
APrefixThe prefix objects must have to be included in the inventory results.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3InventoryFilter.

Parameters

NameDescription
ANodeA Filter XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A Filter XML node.