如何获取 Google Cloud Bigtable 的垃圾回收策略?

How can you get the garbage collection policies for Google Cloud Bigtable?

garbage collection explain how to set the garbage collection policies with cbt but don't explain how to read the policies. The cbt reference 的文档似乎也没有任何获取垃圾回收的命令。据我所知,这在 GUI 中不可用。

请参阅此 page 关于配置垃圾回收的内容。它提供了在您使用 Cloud Bigtable 客户端库或 cbt 命令行工具时如何设置和更新垃圾回收策略的示例。

你的问题的答案是你可以通过运行这个cbt命令查看某些表的垃圾回收策略:

cbt ls TABLE_ID

这里 another reference 由其他开发人员编写,显示命令的示例输出。