ObjectStorageStats constructor

ObjectStorageStats({
  1. String? cacheBytesRead,
  2. String? cloudProvider,
  3. String? objectStorageBytesRead,
})

Implementation

ObjectStorageStats({
  this.cacheBytesRead,
  this.cloudProvider,
  this.objectStorageBytesRead,
});