Milvex.Milvus.Proto.Schema.CollectionSchema
(milvex v0.10.2)
Copy Markdown
* @brief Collection schema
Summary
Types
@type t() :: %Milvex.Milvus.Proto.Schema.CollectionSchema{ __unknown_fields__: [Protobuf.unknown_field()], autoID: boolean(), dbName: String.t(), description: String.t(), do_physical_backfill: boolean(), enable_dynamic_field: boolean(), enable_namespace: boolean(), external_source: String.t(), external_spec: String.t(), fields: [Milvex.Milvus.Proto.Schema.FieldSchema.t()], file_resource_ids: [integer()], 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() }