RetentionRule constructor
RetentionRule({
- RetentionRuleTypeEnum? type = const RetentionRuleTypeEnum._('expire'),
- required int? everySeconds,
- int? shardGroupDurationSeconds,
Returns a new RetentionRule instance.
Implementation
RetentionRule({
this.type = const RetentionRuleTypeEnum._('expire'),
required this.everySeconds,
this.shardGroupDurationSeconds,
});