跳到主要内容

LoadState

表示 Collection 或 Partition 的加载状态,包括进度百分比。

go
type LoadState struct {
State LoadStateCode
Progress int64
}

字段:

  • State (LoadStateCode)

    当前状态。

  • Progress (int64)

    进度百分比。