[skip ci] Refine api reference doc (#8732)

Signed-off-by: tumao <yan.wang@zilliz.com>
pull/8741/head
Tumao 2021-09-28 13:10:11 +08:00 committed by GitHub
parent e0e7042b5e
commit 2092356cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.