[skip ci] Add note for design doc (#12936)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-12-08 10:39:26 +08:00 committed by GitHub
parent 7b97b155e8
commit cafa184ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
```