ReplicationRuleFilter class

A filter that identifies the subset of objects to which the replication rule applies. A Filter must specify exactly one Prefix, Tag, or an And child element.

Constructors

ReplicationRuleFilter(ReplicationRuleAndOperator? and, String? prefix, Tag? tag)
ReplicationRuleFilter.fromXml(XmlElement? xml)

Properties

and ReplicationRuleAndOperator?
A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
prefix String?
An object key name prefix that identifies the subset of objects to which the rule applies.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag Tag?
A container for specifying a tag key and value.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml() → XmlNode

Operators

operator ==(Object other) bool
The equality operator.
inherited