Package io.milvus.response
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
Constructors Constructor Description CollectionInfo(java.lang.String name, long id, long utcTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
SetInMemoryPercentage(long inMemoryPercentage)
java.lang.String
toString()
-