API Reference
Complete API reference for the Milvus Node.js SDK, organized by feature area. This section is intentionally separate from the documentation guide sidebar so you can browse method signatures without mixing API lookups into the learning path.
Client
Section titled “Client”- MilvusClient: constructor, SDK metadata, and client-level entry points.
Operations
Section titled “Operations”- Collection Operations: create, describe, load, release, rename, snapshot, and manage collections.
- Data Operations: insert, upsert, query, search, delete, iterators, compaction, and bulk import.
- Index Operations: create, inspect, alter, and drop vector or scalar indexes.
- Partition Operations: create, list, and drop collection partitions.
- Database Operations: create, list, describe, alter, and drop databases.
- User & Role Operations: create users, update passwords, create roles, and grant privileges.
- Resource Group Operations: create resource groups, inspect capacity, and transfer nodes or replicas.
- System Operations: check health, inspect versions, test analyzers, and get metrics.
- Types & Enums: common data types, error codes, and response shapes.
Guide documentation
Section titled “Guide documentation”If you are learning concepts or looking for end-to-end examples, use the main documentation instead: