未验证 提交 9ff3b75f 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for DescribeCollection (#11446)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 d8aa86ca
......@@ -392,6 +392,7 @@ func (node *Proxy) ReleaseCollection(ctx context.Context, request *milvuspb.Rele
return rct.result, nil
}
// DescribeCollection get the meta information of specific collection, such as schema, created timestamp and etc.
func (node *Proxy) DescribeCollection(ctx context.Context, request *milvuspb.DescribeCollectionRequest) (*milvuspb.DescribeCollectionResponse, error) {
if !node.checkHealthy() {
return &milvuspb.DescribeCollectionResponse{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册