SchemaConfig constructor

SchemaConfig({
  1. TimePartitioning? lastUpdatedPartitionConfig,
  2. String? recursiveStructureDepth,
  3. String? schemaType,
})

Implementation

SchemaConfig({
  this.lastUpdatedPartitionConfig,
  this.recursiveStructureDepth,
  this.schemaType,
});