Table constructor

Table({
  1. AutomatedBackupPolicy? automatedBackupPolicy,
  2. ChangeStreamConfig? changeStreamConfig,
  3. Map<String, ClusterState>? clusterStates,
  4. Map<String, ColumnFamily>? columnFamilies,
  5. bool? deletionProtection,
  6. String? granularity,
  7. String? name,
  8. RestoreInfo? restoreInfo,
  9. TableStats? stats,
})

Implementation

Table({
  this.automatedBackupPolicy,
  this.changeStreamConfig,
  this.clusterStates,
  this.columnFamilies,
  this.deletionProtection,
  this.granularity,
  this.name,
  this.restoreInfo,
  this.stats,
});