BigLakeConfiguration constructor

BigLakeConfiguration({
  1. String? connectionId,
  2. String? fileFormat,
  3. String? storageUri,
  4. String? tableFormat,
})

Implementation

BigLakeConfiguration({
  this.connectionId,
  this.fileFormat,
  this.storageUri,
  this.tableFormat,
});