Milvex. Milvus. Proto. Schema. CollectionSchema
(milvex v0.14.0)
Copy Markdown
* @brief Collection schema
Summary
Types
@type t() :: %Milvex.Milvus.Proto.Schema.CollectionSchema{ __protobuf__: true, __unknown_fields__: [Protobuf.unknown_field()], autoID: boolean(), dbName: String.t(), description: String.t(), enable_dynamic_field: boolean(), enable_namespace: boolean(), fields: [Milvex.Milvus.Proto.Schema.FieldSchema.t()], functions: [Milvex.Milvus.Proto.Schema.FunctionSchema.t()], name: String.t(), properties: [Milvex.Milvus.Proto.Common.KeyValuePair.t()], struct_array_fields: [Milvex.Milvus.Proto.Schema.StructArrayFieldSchema.t()], version: integer() }