mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add GetCollectionStatisticsRequest in chap05_proxy.md (#9124)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/9119/head
parent
76e9067d8b
commit
c30c5d759d
|
@ -171,7 +171,15 @@ type DescribeCollectionRequest struct {
|
|||
|
||||
See _Master API_ for detailed definitions.
|
||||
|
||||
- _GetCollectionStatistics_
|
||||
- _GetCollectionStatisticsRequest_
|
||||
|
||||
```go
|
||||
type GetCollectionStatisticsRequest struct {
|
||||
Base *commonpb.MsgBase
|
||||
DbName string
|
||||
CollectionName string
|
||||
}
|
||||
```
|
||||
|
||||
See _Master API_ for detailed definitions.
|
||||
|
||||
|
|
Loading…
Reference in New Issue