Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leavesster/tablestore-operation
tablestore, copy
https://github.com/leavesster/tablestore-operation
Last synced: 2 days ago
JSON representation
tablestore, copy
- Host: GitHub
- URL: https://github.com/leavesster/tablestore-operation
- Owner: leavesster
- Created: 2021-02-20T15:21:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T07:08:50.000Z (about 2 years ago)
- Last Synced: 2024-11-15T09:45:15.166Z (2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tablestore 表格结构复制
目前可以读取环境变量中的配置,对实例中所有表结构,进行,删除,复制表结构(复制时,同时复制二元索引,预定义列等信息),复制多元索引
参考文档:
1. [表格存储 Tablestore > SDK 参考 > Go SDK > 前言](https://help.aliyun.com/document_detail/52252.html)
1. [创建表](https://help.aliyun.com/document_detail/101590.html)
1. [列出表](https://help.aliyun.com/document_detail/101591.html)
1. [删除表](https://help.aliyun.com/document_detail/101594.html)
1. [创建多元索引](https://help.aliyun.com/document_detail/101595.html)
1. [列出多元索引](https://help.aliyun.com/document_detail/101596.html)
1. [查询多元索引信息](https://help.aliyun.com/document_detail/101597.html)