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

Copy Markdown

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.FlushCollectionResult{
  __unknown_fields__: [Protobuf.unknown_field()],
  channel_cps: %{
    optional(String.t()) => Milvex.Milvus.Proto.Msg.MsgPosition.t() | nil
  },
  collection_name: String.t(),
  flush_segment_ids: Milvex.Milvus.Proto.Schema.LongArray.t() | nil,
  flush_ts: non_neg_integer(),
  seal_time: integer(),
  segment_ids: Milvex.Milvus.Proto.Schema.LongArray.t() | nil
}