Uses of Record Class
org.hibernate.milvus.jdbc.MilvusCreateCollection.Schema
Packages that use MilvusCreateCollection.Schema
-
Uses of MilvusCreateCollection.Schema in org.hibernate.milvus.jdbc
Methods in org.hibernate.milvus.jdbc that return MilvusCreateCollection.SchemaModifier and TypeMethodDescriptionMilvusCreateCollection.collectionSchema()Returns the value of thecollectionSchemarecord component.Constructors in org.hibernate.milvus.jdbc with parameters of type MilvusCreateCollection.SchemaModifierConstructorDescriptionMilvusCreateCollection(String collectionName, String description, Integer dimension, String primaryFieldName, io.milvus.v2.common.DataType idType, Integer maxLength, String vectorFieldName, String metricType, Boolean autoID, Boolean enableDynamicField, Integer numShards, MilvusCreateCollection.Schema collectionSchema, List<MilvusCreateCollection.IndexParam> indexParams, Integer numPartitions, io.milvus.v2.common.ConsistencyLevel consistencyLevel, Map<String, String> properties) Creates an instance of aMilvusCreateCollectionrecord class.