SchemaConfiguration constructor

SchemaConfiguration({
  1. String? catalogId,
  2. String? databaseName,
  3. String? region,
  4. String? roleARN,
  5. String? tableName,
  6. String? versionId,
})

Implementation

SchemaConfiguration({
  this.catalogId,
  this.databaseName,
  this.region,
  this.roleARN,
  this.tableName,
  this.versionId,
});