SchemaConfig constructor
SchemaConfig({
- TimePartitioning? lastUpdatedPartitionConfig,
- String? recursiveStructureDepth,
- String? schemaType,
Implementation
SchemaConfig({
this.lastUpdatedPartitionConfig,
this.recursiveStructureDepth,
this.schemaType,
});