# `Milvex.Migration.Runner.Context`

Inputs handed to `Runner.apply/2`: the connection, the Milvus version,
and the apply-mode flags.

# `t`

```elixir
@type t() :: %Milvex.Migration.Runner.Context{
  allow_drop: boolean(),
  conn: GenServer.server(),
  manage_load: boolean(),
  version: String.t()
}
```

---

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