BucketStorageLayoutCustomPlacementConfig constructor

BucketStorageLayoutCustomPlacementConfig({
  1. List<String>? dataLocations,
})

Implementation

BucketStorageLayoutCustomPlacementConfig({
  this.dataLocations,
});