跳到主要内容
版本:v3.0.x

LoadState

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

Go
type LoadState struct {
State LoadStateCode
Progress int64
}

FIELDS:

  • State (LoadStateCode)

    The current state.

  • Progress (int64)

    The progress percentage.