Milvex.Migration.Runner.Context (milvex v0.14.0)

Copy Markdown

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

Summary

Types

t()

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