IcebergStorage constructor
IcebergStorage({
- AmazonS3IcebergStorage? amazonS3IcebergStorage,
- AzureDataLakeStorageIcebergStorage? azureDataLakeStorageIcebergStorage,
- GoogleCloudStorageIcebergStorage? googleCloudStorageIcebergStorage,
- String? storageType,
Implementation
IcebergStorage({
this.amazonS3IcebergStorage,
this.azureDataLakeStorageIcebergStorage,
this.googleCloudStorageIcebergStorage,
this.storageType,
});