Milvex.Milvus.Proto.Milvus.ComponentInfo (milvex v0.10.2)

Copy Markdown

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.ComponentInfo{
  __unknown_fields__: [Protobuf.unknown_field()],
  extra_info: [Milvex.Milvus.Proto.Common.KeyValuePair.t()],
  nodeID: integer(),
  role: String.t(),
  state_code: Milvex.Milvus.Proto.Common.StateCode.t()
}