RetentionConfig constructor

RetentionConfig({
  1. String? perPartitionBytes,
  2. String? period,
})

Implementation

RetentionConfig({
  this.perPartitionBytes,
  this.period,
});