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(String? name, String? value)
- FilterRule.fromXml(XmlElement? xml)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
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.
getter/setter pair
- 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.
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