stats

@JvmName(name = "xgwfffasgfhoxuno")
suspend fun stats(value: Output<TableStatsArgs>)
@JvmName(name = "mlwetawawqnthudk")
suspend fun stats(value: TableStatsArgs?)

Parameters

value

Only available with STATS_VIEW, this includes summary statistics about the entire table contents. For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.


@JvmName(name = "cugmcfhsrlxqmoum")
suspend fun stats(argument: suspend TableStatsArgsBuilder.() -> Unit)

Parameters

argument

Only available with STATS_VIEW, this includes summary statistics about the entire table contents. For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.