Class ShowCollResponseWrapper.CollectionInfo

java.lang.Object
io.milvus.response.ShowCollResponseWrapper.CollectionInfo
Enclosing class:
ShowCollResponseWrapper

public static final class ShowCollResponseWrapper.CollectionInfo extends Object
Internal-use class to wrap response of showCollections interface.
  • Constructor Details

    • CollectionInfo

      public CollectionInfo(String name, long id, long utcTimestamp)
  • Method Details

    • SetInMemoryPercentage

      public void SetInMemoryPercentage(long inMemoryPercentage)
    • toString

      public String toString()
      Overrides:
      toString in class Object