IcebergStorage constructor

IcebergStorage({
  1. AmazonS3IcebergStorage? amazonS3IcebergStorage,
  2. AzureDataLakeStorageIcebergStorage? azureDataLakeStorageIcebergStorage,
  3. GoogleCloudStorageIcebergStorage? googleCloudStorageIcebergStorage,
  4. String? storageType,
})

Implementation

IcebergStorage({
  this.amazonS3IcebergStorage,
  this.azureDataLakeStorageIcebergStorage,
  this.googleCloudStorageIcebergStorage,
  this.storageType,
});