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 elem)
-
factory
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:
final
- 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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → Tag?
-
A container for specifying a tag key and value.
final
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(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited