# `Milvex.Milvus.Proto.Milvus.FlushAllTarget`

Deprecated, FlushAll semantics changed to flushing the entire cluster.
Specific collection to flush with database context
This message allows targeting specific collections within a database for flush operations

# `t`

```elixir
@type t() :: %Milvex.Milvus.Proto.Milvus.FlushAllTarget{
  __unknown_fields__: [Protobuf.unknown_field()],
  collection_names: [String.t()],
  db_name: String.t()
}
```

---

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