Package io.milvus.response
Class GetCollStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetCollStatResponseWrapper
-
public class GetCollStatResponseWrapper extends java.lang.Object
Utility class to wrap response ofgetCollectionStatistics
interface.
-
-
Constructor Summary
Constructors Constructor Description GetCollStatResponseWrapper(@NonNull io.milvus.grpc.GetCollectionStatisticsResponse stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getRowCount()
Gets the row count of a field.
-