mirror of https://github.com/milvus-io/milvus.git
parent
65ea6b9172
commit
0a0cf9bf94
|
@ -510,7 +510,7 @@ message ReleasePartitionsRequest {
|
|||
// The collection name in milvus. (Required)
|
||||
string collection_name = 3;
|
||||
|
||||
// A name array of the partitions whcih you want to release. (Required)
|
||||
// A name array of the partitions which you want to release. (Required)
|
||||
repeated string partition_names = 4;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue