FilterRule class
Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
Constructors
- FilterRule({FilterRuleName? name, String? value})
- FilterRule.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → FilterRuleName?
-
The object key name prefix or suffix identifying one or more objects to
which the filtering rule applies. The maximum length is 1,024 characters.
Overlapping prefixes and suffixes are not supported. For more information,
see Configuring
Event Notifications in the Amazon Simple Storage Service Developer
Guide.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
The value that the filter searches for in object key names.
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