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

Copy Markdown

* Check collection exist in milvus or not.

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.HasCollectionRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  base: Milvex.Milvus.Proto.Common.MsgBase.t() | nil,
  collection_name: String.t(),
  db_name: String.t(),
  time_stamp: non_neg_integer()
}