mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for DescribeCollection (#11446)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11459/head
parent
d8aa86ca0a
commit
9ff3b75f01
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue