mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine api reference doc (#8732)
Signed-off-by: tumao <yan.wang@zilliz.com>pull/8741/head
parent
e0e7042b5e
commit
2092356cd0
|
@ -380,7 +380,7 @@ message GetCollectionStatisticsResponse {
|
|||
}
|
||||
```
|
||||
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describes the detailed error.
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describe the error details.
|
||||
|
||||
**stats** is a map saving different statistics. For example, you can get row_count of a collection with key 'row_count'.
|
||||
|
||||
|
@ -411,9 +411,9 @@ message ShowCollectionsResponse {
|
|||
}
|
||||
```
|
||||
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describes the detailed error.
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describe the error details.
|
||||
|
||||
**collection_names** is a list contains all collections' name.
|
||||
**collection_names** is a list contains all collections' names.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue