ObjectLifecycleRule class final
Constructors
- ObjectLifecycleRule({required ObjectLifecycleRuleAction action, required bool isEnabled, required String name, required ObjectLifecycleRuleTimeUnit timeUnit, required int timeAmount, ObjectNameFilter? filter, ObjectLifecycleRuleTarget? target})
-
const
- ObjectLifecycleRule.deleteMultipartUploadsWithoutCommit({bool isEnabled = true, required String name, required int days})
-
factory
Properties
- action → ObjectLifecycleRuleAction
-
final
-
encodeableToJson
→ Map<
String, dynamic> -
no setter
- filter → ObjectNameFilter?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnabled → bool
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → ObjectLifecycleRuleTarget?
-
final
- timeAmount → int
-
final
- timeUnit → ObjectLifecycleRuleTimeUnit
-
final
- toJson → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited