mirror of https://github.com/milvus-io/milvus.git
parent
ae1b50a1de
commit
65ea6b9172
|
@ -184,7 +184,7 @@ message DropCollectionRequest {
|
|||
```
|
||||
|
||||
## HasCollection
|
||||
To test existence of a collection by name. Return [BoolResponse](#boolresponse) to tell client whether the collection is exist.
|
||||
To test the existence of a collection by name. Return [BoolResponse](#boolresponse) to tell client whether the collection is exist.
|
||||
```
|
||||
rpc HasCollection(HasCollectionRequest) returns (BoolResponse) {}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue