Skip to main content

TS3FilterRule

Class in AWS.S3

FilterRule node class.

Ancestors

Properties

Name

property Name: string

Value

property Value: string

Constructors

Create

constructor Create(const AValue: string; const AName: string); overload;

Constructor for TS3FilterRule.

Parameters

NameDescription
AValueA filter value.
ANameSpecifies whether the Value is a prefix or a suffix. Valid values:|.

constructor Create(const ANode: IXMLNode); overload;

Constructor for TS3FilterRule.

Parameters

NameDescription
ANodeA FilterRule XML node.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Create an XML representation.

Parameters

NameDescription
AParentNodeA parent XML node.

Returns

A FilterRule XML node.