LoadState

Represents the load state of a collection or partition, including progress percentage.

type LoadState struct {
    State LoadStateCode
    Progress int64
}

FIELDS:

  • State (LoadStateCode)

    The current state.

  • Progress (int64)

    The progress percentage.

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?