LifecyclePolicy class
Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
Constructors
- LifecyclePolicy({TransitionToIARules? transitionToIA})
-
LifecyclePolicy.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transitionToIA → TransitionToIARules?
-
A value that describes the period of time that a file is not accessed, after
which it transitions to the IA storage class. Metadata operations such as
listing the contents of a directory don't count as file access events.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited