Package io.milvus.client
Class CollectionMapping
- java.lang.Object
-
- io.milvus.client.CollectionMapping
-
public class CollectionMapping extends java.lang.ObjectRepresents a collection mapping
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectionMapping.BuilderBuilder forCollectionMapping
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollectionName()longgetDimension()longgetIndexFileSize()MetricTypegetMetricType()java.lang.StringtoString()
-
-
-
Method Detail
-
getCollectionName
public java.lang.String getCollectionName()
-
getDimension
public long getDimension()
-
getIndexFileSize
public long getIndexFileSize()
-
getMetricType
public MetricType getMetricType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-