Table
class Table extends Model (View source)
Properties
protected | $automatedBackupPolicyType | ||
protected | $automatedBackupPolicyDataType | ||
protected | $changeStreamConfigType | ||
protected | $changeStreamConfigDataType | ||
protected | $clusterStatesType | ||
protected | $clusterStatesDataType | ||
protected | $columnFamiliesType | ||
protected | $columnFamiliesDataType | ||
bool | $deletionProtection | ||
string | $granularity | ||
string | $name | ||
protected | $restoreInfoType | ||
protected | $restoreInfoDataType | ||
protected | $statsType | ||
protected | $statsDataType |
Methods
getAutomatedBackupPolicy()
No description
getChangeStreamConfig()
No description
setClusterStates($clusterStates)
No description
getClusterStates()
No description
setColumnFamilies($columnFamilies)
No description
getColumnFamilies()
No description
setDeletionProtection($deletionProtection)
No description
bool
getDeletionProtection()
No description
setGranularity($granularity)
No description
string
getGranularity()
No description
setName($name)
No description
string
getName()
No description
getRestoreInfo()
No description
getStats()
No description
Details
setAutomatedBackupPolicy(AutomatedBackupPolicy $automatedBackupPolicy)
No description
AutomatedBackupPolicy
getAutomatedBackupPolicy()
No description
setChangeStreamConfig(ChangeStreamConfig $changeStreamConfig)
No description
ChangeStreamConfig
getChangeStreamConfig()
No description
setClusterStates($clusterStates)
No description
ClusterState[]
getClusterStates()
No description
setColumnFamilies($columnFamilies)
No description
ColumnFamily[]
getColumnFamilies()
No description
setDeletionProtection($deletionProtection)
No description
bool
getDeletionProtection()
No description
setGranularity($granularity)
No description
string
getGranularity()
No description
setName($name)
No description
string
getName()
No description
setRestoreInfo(RestoreInfo $restoreInfo)
No description
RestoreInfo
getRestoreInfo()
No description
setStats(TableStats $stats)
No description
TableStats
getStats()
No description