LoadState
Addedv2.6.x
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.