TableListTables constructor
TableListTables({
- Clustering? clustering,
- String? creationTime,
- String? expirationTime,
- String? friendlyName,
- String? id,
- String? kind,
- Map<
String, String> ? labels, - RangePartitioning? rangePartitioning,
- bool? requirePartitionFilter,
- TableReference? tableReference,
- TimePartitioning? timePartitioning,
- String? type,
- TableListTablesView? view,
Implementation
TableListTables({
this.clustering,
this.creationTime,
this.expirationTime,
this.friendlyName,
this.id,
this.kind,
this.labels,
this.rangePartitioning,
this.requirePartitionFilter,
this.tableReference,
this.timePartitioning,
this.type,
this.view,
});