GcRule class
Rule for determining which cells to delete during garbage collection.
Constructors
- GcRule({Intersection? intersection, String? maxAge, int? maxNumVersions, Union? union})
- GcRule.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intersection ↔ Intersection?
-
Delete cells that would be deleted by every nested rule.
getter/setter pair
- maxAge ↔ String?
-
Delete cells in a column older than the given age.
getter/setter pair
- maxNumVersions ↔ int?
-
Delete all cells in a column except the most recent N.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- union ↔ Union?
-
Delete cells that would be deleted by any nested rule.
getter/setter pair
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