StorageDescriptor constructor

StorageDescriptor({
  1. String? inputFormat,
  2. String? locationUri,
  3. String? outputFormat,
  4. SerDeInfo? serdeInfo,
})

Implementation

StorageDescriptor({
  this.inputFormat,
  this.locationUri,
  this.outputFormat,
  this.serdeInfo,
});