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

Copy Markdown

restore a snapshot to a new collection

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.RestoreSnapshotRequest{
  __unknown_fields__: [Protobuf.unknown_field()],
  base: Milvex.Milvus.Proto.Common.MsgBase.t() | nil,
  collection_name: String.t(),
  db_name: String.t(),
  name: String.t(),
  rewrite_data: boolean()
}