[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
删除 Cloud Bigtable 实例
您可以使用其中一个 Cloud Bigtable 客户端库以编程方式删除实例。如需手动删除 Cloud Bigtable 实例,请执行以下操作:
控制台
在 Cloud Console 中打开 Cloud Bigtable 实例列表。
打开实例列表
点击要删除的实例,然后点击删除实例。
此时会显示一个确认对话框。
按照确认对话框中的说明操作,然后点击删除。
该实例将被永久删除。
cbt
- 如果您尚未安装
cbt
命令行工具,请安装该工具。
如果您不知道实例 ID,请使用 listinstances
命令查看项目的实例列表:
cbt listinstances
使用 deleteinstance
命令删除实例:
cbt deleteinstance INSTANCE_ID
将 INSTANCE_ID
替换为实例的永久性标识符。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-01-17 UTC.