Package io.milvus.client
Class CollectionMapping
- java.lang.Object
-
- io.milvus.client.CollectionMapping
-
public class CollectionMapping extends java.lang.Object
Represents a collection mapping
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollectionMapping.Builder
Builder forCollectionMapping
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCollectionName()
long
getDimension()
long
getIndexFileSize()
MetricType
getMetricType()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-