PartitionConfig constructor

PartitionConfig({
  1. Capacity? capacity,
  2. String? count,
  3. int? scale,
})

Implementation

PartitionConfig({
  this.capacity,
  this.count,
  this.scale,
});