mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add note for design doc (#12936)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
7b97b155e8
commit
cafa184ea5
@ -266,7 +266,7 @@ message DescribeCollectionRequest {
|
||||
// Not useful for now
|
||||
string db_name = 2;
|
||||
|
||||
// The collection name you want to describe, you can pass collection_name or collectionID
|
||||
// The collection name you want to describe, you can pass collection_name or collectionID. (Required)
|
||||
string collection_name = 3;
|
||||
|
||||
// The collection ID you want to describe
|
||||
@ -326,7 +326,7 @@ message GetCollectionStatisticsRequest {
|
||||
common.MsgBase base = 1;
|
||||
// Not useful for now
|
||||
string db_name = 2;
|
||||
// The collection name you want get statistics
|
||||
// The collection name you want get statistics. (Required)
|
||||
string collection_name = 3;
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user