TableChangeInsight constructor
TableChangeInsight({
- bool? metadataCacheNotUsedButUsedPreviously,
- MetadataCacheStalenessInsight? metadataCacheStalenessInsight,
- TableReference? tableReference,
Implementation
TableChangeInsight({
this.metadataCacheNotUsedButUsedPreviously,
this.metadataCacheStalenessInsight,
this.tableReference,
});