Package io.milvus.client
Class CollectionMapping
- java.lang.Object
-
- io.milvus.client.CollectionMapping
-
public class CollectionMapping extends Object
Represents 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 StringgetCollectionName()longgetDimension()longgetIndexFileSize()MetricTypegetMetricType()StringtoString()
-
-
-
Method Detail
-
getCollectionName
public String getCollectionName()
-
getDimension
public long getDimension()
-
getIndexFileSize
public long getIndexFileSize()
-
getMetricType
public MetricType getMetricType()
-
-