# `Milvex.Milvus.Proto.Milvus.ReleasePartitionsRequest`

Release specific partitions data of one collection from query nodes.
Then you can not get these data as result when you do vector search on this collection.

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Milvus.ReleasePartitionsRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  base: Milvex.Milvus.Proto.Common.MsgBase.t() | nil,
  collection_name: String.t(),
  db_name: String.t(),
  partition_names: [String.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
