提交 5eaa7641 编写于 作者: valerianian's avatar valerianian

Update README.md

Signed-off-by: NLutkin Wang <lu.wang@zilliz.com>
上级 19b85657
...@@ -471,6 +471,7 @@ Gets all information about a table by name. ...@@ -471,6 +471,7 @@ Gets all information about a table by name.
| Parameter | Description | Required? | | Parameter | Description | Required? |
|-----------------|---|------| |-----------------|---|------|
| `table_name` | Name of the table. | Yes | | `table_name` | Name of the table. | Yes |
| `info` | Type of information to acquire. `info` must either be empty or `stat`. When `info` is empty, Milvus returns table name, dimension, index file size, metric type, offset, index type, and nlist of the table. When `info` is `stat`, Milvus returns the table offset, partition status, and segment status. | No |
#### Response #### Response
...@@ -1089,7 +1090,7 @@ $ curl -X GET "http://192.168.1.65:19121/system/version" -H "accept: application ...@@ -1089,7 +1090,7 @@ $ curl -X GET "http://192.168.1.65:19121/system/version" -H "accept: application
##### Response ##### Response
```json ```json
{"reply":"0.6.0"} {"reply":"0.7.0"}
``` ```
## Error Codes ## Error Codes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册