Table constructor
Table({
- AutomatedBackupPolicy? automatedBackupPolicy,
- ChangeStreamConfig? changeStreamConfig,
- Map<
String, ClusterState> ? clusterStates, - Map<
String, ColumnFamily> ? columnFamilies, - bool? deletionProtection,
- String? granularity,
- String? name,
- RestoreInfo? restoreInfo,
- TableStats? stats,
Implementation
Table({
this.automatedBackupPolicy,
this.changeStreamConfig,
this.clusterStates,
this.columnFamilies,
this.deletionProtection,
this.granularity,
this.name,
this.restoreInfo,
this.stats,
});