ReplicationRuleAndOperator class
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:
-
If you specify both a
Prefixand aTagfilter, wrap these filters in anAndtag. -
If you specify a filter based on multiple tags, wrap the
Tagelements in anAndtag
Constructors
-
ReplicationRuleAndOperator({String? prefix, List<
Tag> ? tags}) - ReplicationRuleAndOperator.fromXml(XmlElement elem)
-
factory
Properties
- 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
-
An array of tags containing key and value pairs.
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