Class ShowCollResponseWrapper.CollectionInfo
- java.lang.Object
-
- io.milvus.response.ShowCollResponseWrapper.CollectionInfo
-
- Enclosing class:
- ShowCollResponseWrapper
public static final class ShowCollResponseWrapper.CollectionInfo extends java.lang.Object
Internal-use class to wrap response ofshowCollections
interface.
-
-
Constructor Summary
Constructor Description CollectionInfo(java.lang.String name, long id, long utcTimestamp)
-
Method Summary
Modifier and Type Method Description void
SetInMemoryPercentage(long inMemoryPercentage)
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
CollectionInfo
public CollectionInfo(java.lang.String name, long id, long utcTimestamp)
-
-
Method Detail
-
SetInMemoryPercentage
public void SetInMemoryPercentage(long inMemoryPercentage)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-