InsertResult

Contains the result of an Insert operation including the count and IDs of inserted entities.

type InsertResult struct {
    InsertCount int64
    IDs column.Column
}

FIELDS:

  • InsertCount (int64)

    The number of affected entities.

  • IDs (column.Column)

    The IDs of the affected entities.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?