BlmtConfig constructor

BlmtConfig({
  1. String? bucket,
  2. String? connectionName,
  3. String? fileFormat,
  4. String? rootPath,
  5. String? tableFormat,
})

Implementation

BlmtConfig({
  this.bucket,
  this.connectionName,
  this.fileFormat,
  this.rootPath,
  this.tableFormat,
});