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

Copy Markdown

return all snapshots for the given collection Note: list snapshots is not a privilege check operation

Summary

Types

t()

@type t() :: %Milvex.Milvus.Proto.Milvus.ListSnapshotsResponse{
  __unknown_fields__: [Protobuf.unknown_field()],
  snapshots: [String.t()],
  status: Milvex.Milvus.Proto.Common.Status.t() | nil
}