AzureDataLakeStorageIcebergStorage constructor

AzureDataLakeStorageIcebergStorage({
  1. String? accountKeySecret,
  2. String? azureAccount,
  3. String? container,
  4. String? endpoint,
})

Implementation

AzureDataLakeStorageIcebergStorage({
  this.accountKeySecret,
  this.azureAccount,
  this.container,
  this.endpoint,
});